#96402C

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

Shades of Tia Maria #96402C

Tints of Tia Maria #96402C

Color information

#96402C (or 0x96402C) is unknown color: approx Tia Maria. HEX triplet: 96, 40 and 2C. RGB value is (150,64,44). Sum of RGB (Red+Green+Blue) = 150+64+44=258 (34% of max value = 765). Red value is 150 (58.98% from 255 or 58.14% from 258); Green value is 64 (25.39% from 255 or 24.81% from 258); Blue value is 44 (17.58% from 255 or 17.05% from 258); Max value from RGB is 150 - color contains mainly: red. Hex color #96402C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96402C is #69BFD3. Grayscale: #575757. Windows color (decimal): -6930388 or 2900118. OLE color: 2900118.

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

Color convert

RGB1506444-
CMYK00.570.710.41
HSL11.32º54.64%38.04%-
HSV(B)11.32º70.67%58.82%-
XYZ14.8710.333.59-
YUV87.43103.49172.63-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 58.14%
GREEN value IS 64 (25.39% from 255) = 24.81%
BLUE value IS 44 (17.58% from 255) = 17.05%
R=58.14%
G=24.81%
B=17.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.71
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150644400.570.710.4111.3254.6438.04
Hex96402C0394729b3726
Octal2261005407110751136746
Binary100101101000000101100011100110001111010011011110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96402C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96402C; }

 p { color: rgb(150,64,44); }

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

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

 a { background-color: rgb(150,64,44); }

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

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

 span { border-color: rgb(150,64,44); }

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