Shades of Tia Maria #964632
Tints of Tia Maria #964632
RGB
CMYK
RGB Variations
Color information
#964632 (or 0x964632) is known color: Tia Maria. HEX triplet: 96, 46 and 32. RGB value is (150,70,50). Sum of RGB (Red+Green+Blue) = 150+70+50=270 (35% of max value = 765). Red value is 150 (58.98% from 255 or 55.56% from 270); Green value is 70 (27.73% from 255 or 25.93% from 270); Blue value is 50 (19.92% from 255 or 18.52% from 270); Max value from RGB is 150 - color contains mainly: red. Hex color #964632 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #964632 is #69B9CD. Grayscale: #5B5B5B. Windows color (decimal): -6928846 or 3294870. OLE color: 3294870.
HSL color Cylindrical-coordinate representation of color #964632: hue angle of 12º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #964632 is Cyan = 0, Magento = 0.53, Yellow = 0.67 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 70 | 50 | - |
| CMYK | 0 | 0.53 | 0.67 | 0.41 |
| HSL | 12º | 0.5% | 0.39% | - |
| HSV(B) | 12º | 0.67% | 0.59% | - |
| XYZ | 15.34 | 11.09 | 4.35 | - |
| YUV | 91.64 | 104.5 | 169.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 70 | 50 | 0 | 0.53 | 0.67 | 0.41 | 12 | 0.5 | 0.39 |
| Hex | 96 | 46 | 32 | 0 | 35 | 43 | 29 | C | 32 | 27 |
| Octal | 226 | 106 | 62 | 0 | 65 | 103 | 51 | 14 | 62 | 47 |
| Binary | 10010110 | 1000110 | 110010 | 0 | 110101 | 1000011 | 101001 | 1100 | 110010 | 100111 |
Color Harmonies of #964632
Complementary color
Monochromatic Colors of #964632
Black with #964632
Text Example
Text Example
White with #964632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964632; }
p { color: rgb(150,70,50); }
H1.HeaderClassName
{
color: #964632;
}
.AnyTagClassName
{
color: #964632;
}
</style>
background-color css
<style>
a { background-color: #964632; }
a { background-color: rgb(150,70,50); }
div.DivClassName
{
background-color: #964632;
}
.BgClassName
{
background-color: #964632;
}
</style>
border-color css
<style>
span { border-color: #964632; }
span { border-color: rgb(150,70,50); }
td.TdClassName
{
border-color: #964632;
}
.TagClassName
{
border-color: #964632;
}
</style>