#96412B

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

Shades of Tia Maria #96412B

Tints of Tia Maria #96412B

Color information

#96412B (or 0x96412B) is unknown color: approx Tia Maria. HEX triplet: 96, 41 and 2B. RGB value is (150,65,43). Sum of RGB (Red+Green+Blue) = 150+65+43=258 (34% of max value = 765). Red value is 150 (58.98% from 255 or 58.14% from 258); Green value is 65 (25.78% from 255 or 25.19% from 258); Blue value is 43 (17.19% from 255 or 16.67% from 258); Max value from RGB is 150 - color contains mainly: red. Hex color #96412B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96412B is #69BED4. Grayscale: #585858. Windows color (decimal): -6930133 or 2834838. OLE color: 2834838.

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

Color convert

RGB1506543-
CMYK00.570.710.41
HSL12.34º55.44%37.84%-
HSV(B)12.34º71.33%58.82%-
XYZ14.910.443.51-
YUV87.91102.66172.29-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 58.14%
GREEN value IS 65 (25.78% from 255) = 25.19%
BLUE value IS 43 (17.19% from 255) = 16.67%
R=58.14%
G=25.19%
B=16.67%

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
Decimal150654300.570.710.4112.3455.4437.84
Hex96412B0394729c3726
Octal2261015307110751146746
Binary100101101000001101011011100110001111010011100110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96412B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96412B; }

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

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

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

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

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

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

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

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