#96422B

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

Shades of Tia Maria #96422B

Tints of Tia Maria #96422B

Color information

#96422B (or 0x96422B) is unknown color: approx Tia Maria. HEX triplet: 96, 42 and 2B. RGB value is (150,66,43). Sum of RGB (Red+Green+Blue) = 150+66+43=259 (34% of max value = 765). Red value is 150 (58.98% from 255 or 57.92% from 259); Green value is 66 (26.17% from 255 or 25.48% from 259); Blue value is 43 (17.19% from 255 or 16.60% from 259); Max value from RGB is 150 - color contains mainly: red. Hex color #96422B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96422B is #69BDD4. Grayscale: #585858. Windows color (decimal): -6929877 or 2835094. OLE color: 2835094.

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

Color convert

RGB1506643-
CMYK00.560.710.41
HSL12.9º55.44%37.84%-
HSV(B)12.9º71.33%58.82%-
XYZ14.9610.553.53-
YUV88.49102.33171.87-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 57.92%
GREEN value IS 66 (26.17% from 255) = 25.48%
BLUE value IS 43 (17.19% from 255) = 16.60%
R=57.92%
G=25.48%
B=16.60%

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
Decimal150664300.560.710.4112.955.4437.84
Hex96422B0384729d3726
Octal2261025307010751156746
Binary100101101000010101011011100010001111010011101110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96422B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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