#964234

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

Shades of Tia Maria #964234

Tints of Tia Maria #964234

Color information

#964234 (or 0x964234) is unknown color: approx Tia Maria. HEX triplet: 96, 42 and 34. RGB value is (150,66,52). Sum of RGB (Red+Green+Blue) = 150+66+52=268 (35% of max value = 765). Red value is 150 (58.98% from 255 or 55.97% from 268); Green value is 66 (26.17% from 255 or 24.63% from 268); Blue value is 52 (20.70% from 255 or 19.40% from 268); Max value from RGB is 150 - color contains mainly: red. Hex color #964234 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #964234 is #69BDCB. Grayscale: #595959. Windows color (decimal): -6929868 or 3424918. OLE color: 3424918.

HSL color Cylindrical-coordinate representation of color #964234: hue angle of 8.57º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #964234 is Cyan = 0, Magento = 0.56, Yellow = 0.65 and Black (K on CMYK) = 0.41.

Color convert

RGB1506652-
CMYK00.560.650.41
HSL8.57º48.51%39.61%-
HSV(B)8.57º65.33%58.82%-
XYZ15.1510.634.5-
YUV89.52106.83171.14-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 55.97%
GREEN value IS 66 (26.17% from 255) = 24.63%
BLUE value IS 52 (20.70% from 255) = 19.40%
R=55.97%
G=24.63%
B=19.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.65
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150665200.560.650.418.5748.5139.61
Hex964234038412993128
Octal2261026407010151116150
Binary100101101000010110100011100010000011010011001110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964234; }

 p { color: rgb(150,66,52); }

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

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

 a { background-color: rgb(150,66,52); }

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

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

 span { border-color: rgb(150,66,52); }

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