Shades of Tia Maria #964433
Tints of Tia Maria #964433
RGB
CMYK
RGB Variations
Color information
#964433 (or 0x964433) is known color: Tia Maria. HEX triplet: 96, 44 and 33. RGB value is (150,68,51). Sum of RGB (Red+Green+Blue) = 150+68+51=269 (35% of max value = 765). Red value is 150 (58.98% from 255 or 55.76% from 269); Green value is 68 (26.95% from 255 or 25.28% from 269); Blue value is 51 (20.31% from 255 or 18.96% from 269); Max value from RGB is 150 - color contains mainly: red. Hex color #964433 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #964433 is #69BBCC. Grayscale: #5A5A5A. Windows color (decimal): -6929357 or 3359894. OLE color: 3359894.
HSL color Cylindrical-coordinate representation of color #964433: hue angle of 10.3º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #964433 is Cyan = 0, Magento = 0.55, Yellow = 0.66 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 68 | 51 | - |
| CMYK | 0 | 0.55 | 0.66 | 0.41 |
| HSL | 10.3º | 0.49% | 0.39% | - |
| HSV(B) | 10.3º | 0.66% | 0.59% | - |
| XYZ | 15.24 | 10.86 | 4.42 | - |
| YUV | 90.58 | 105.67 | 170.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 68 | 51 | 0 | 0.55 | 0.66 | 0.41 | 10.3 | 0.49 | 0.39 |
| Hex | 96 | 44 | 33 | 0 | 37 | 42 | 29 | A | 31 | 27 |
| Octal | 226 | 104 | 63 | 0 | 67 | 102 | 51 | 12 | 61 | 47 |
| Binary | 10010110 | 1000100 | 110011 | 0 | 110111 | 1000010 | 101001 | 1010 | 110001 | 100111 |
Color Harmonies of #964433
Complementary color
Monochromatic Colors of #964433
Black with #964433
Text Example
Text Example
White with #964433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964433; }
p { color: rgb(150,68,51); }
H1.HeaderClassName
{
color: #964433;
}
.AnyTagClassName
{
color: #964433;
}
</style>
background-color css
<style>
a { background-color: #964433; }
a { background-color: rgb(150,68,51); }
div.DivClassName
{
background-color: #964433;
}
.BgClassName
{
background-color: #964433;
}
</style>
border-color css
<style>
span { border-color: #964433; }
span { border-color: rgb(150,68,51); }
td.TdClassName
{
border-color: #964433;
}
.TagClassName
{
border-color: #964433;
}
</style>