#96422C

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

Shades of Tia Maria #96422C

Tints of Tia Maria #96422C

Color information

#96422C (or 0x96422C) is unknown color: approx Tia Maria. HEX triplet: 96, 42 and 2C. RGB value is (150,66,44). Sum of RGB (Red+Green+Blue) = 150+66+44=260 (34% of max value = 765). Red value is 150 (58.98% from 255 or 57.69% from 260); Green value is 66 (26.17% from 255 or 25.38% from 260); Blue value is 44 (17.58% from 255 or 16.92% from 260); Max value from RGB is 150 - color contains mainly: red. Hex color #96422C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96422C is #69BDD3. Grayscale: #585858. Windows color (decimal): -6929876 or 2900630. OLE color: 2900630.

HSL color Cylindrical-coordinate representation of color #96422C: hue angle of 12.45º 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 #96422C is Cyan = 0, Magento = 0.56, Yellow = 0.71 and Black (K on CMYK) = 0.41.

Color convert

RGB1506644-
CMYK00.560.710.41
HSL12.45º54.64%38.04%-
HSV(B)12.45º70.67%58.82%-
XYZ14.9810.563.63-
YUV88.61102.83171.79-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 57.69%
GREEN value IS 66 (26.17% from 255) = 25.38%
BLUE value IS 44 (17.58% from 255) = 16.92%
R=57.69%
G=25.38%
B=16.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.71
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150664400.560.710.4112.4554.6438.04
Hex96422C0384729c3726
Octal2261025407010751146746
Binary100101101000010101100011100010001111010011100110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96422C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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