#964129

Color #964129 Tia Maria (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tia Maria #964129

Tints of Tia Maria #964129

Color information

#964129 (or 0x964129) is unknown color: approx Tia Maria. HEX triplet: 96, 41 and 29. RGB value is (150,65,41). Sum of RGB (Red+Green+Blue) = 150+65+41=256 (33% of max value = 765). Red value is 150 (58.98% from 255 or 58.59% from 256); Green value is 65 (25.78% from 255 or 25.39% from 256); Blue value is 41 (16.41% from 255 or 16.02% from 256); Max value from RGB is 150 - color contains mainly: red. Hex color #964129 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #964129 is #69BED6. Grayscale: #575757. Windows color (decimal): -6930135 or 2703766. OLE color: 2703766.

HSL color Cylindrical-coordinate representation of color #964129: hue angle of 13.21º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #964129 is Cyan = 0, Magento = 0.57, Yellow = 0.73 and Black (K on CMYK) = 0.41.

Color convert

RGB1506541-
CMYK00.570.730.41
HSL13.21º57.07%37.45%-
HSV(B)13.21º72.67%58.82%-
XYZ14.8710.423.33-
YUV87.68101.66172.45-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 150 (58.98% from 255) = 58.59%
GREEN value IS 65 (25.78% from 255) = 25.39%
BLUE value IS 41 (16.41% from 255) = 16.02%
R=58.59%
G=25.39%
B=16.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.73
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150654100.570.730.4113.2157.0737.45
Hex9641290394929d3925
Octal2261015107111151157145
Binary100101101000001101001011100110010011010011101111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964129; }

 p { color: rgb(150,65,41); }

 H1.HeaderClassName
 {
   color: #964129;
 }
 .AnyTagClassName
 {
   color: #964129;
 }
</style>
background-color css

<style>
 a { background-color: #964129; }

 a { background-color: rgb(150,65,41); }

 div.DivClassName
 {
   background-color: #964129;
 }
 .BgClassName
 {
   background-color: #964129;
 }
</style>
border-color css

<style>
 span { border-color: #964129; }

 span { border-color: rgb(150,65,41); }

 td.TdClassName
 {
   border-color: #964129;
 }
 .TagClassName
 {
   border-color: #964129;
 }
</style>