Shades of Tia Maria #964633
Tints of Tia Maria #964633
RGB
CMYK
RGB Variations
Color information
#964633 (or 0x964633) is known color: Tia Maria. HEX triplet: 96, 46 and 33. RGB value is (150,70,51). Sum of RGB (Red+Green+Blue) = 150+70+51=271 (35% of max value = 765). Red value is 150 (58.98% from 255 or 55.35% from 271); Green value is 70 (27.73% from 255 or 25.83% from 271); Blue value is 51 (20.31% from 255 or 18.82% from 271); Max value from RGB is 150 - color contains mainly: red. Hex color #964633 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #964633 is #69B9CC. Grayscale: #5B5B5B. Windows color (decimal): -6928845 or 3360406. OLE color: 3360406.
HSL color Cylindrical-coordinate representation of color #964633: hue angle of 11.52º 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 #964633 is Cyan = 0, Magento = 0.53, Yellow = 0.66 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 70 | 51 | - |
| CMYK | 0 | 0.53 | 0.66 | 0.41 |
| HSL | 11.52º | 0.49% | 0.39% | - |
| HSV(B) | 11.52º | 0.66% | 0.59% | - |
| XYZ | 15.37 | 11.1 | 4.47 | - |
| YUV | 91.75 | 105 | 169.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 70 | 51 | 0 | 0.53 | 0.66 | 0.41 | 11.52 | 0.49 | 0.39 |
| Hex | 96 | 46 | 33 | 0 | 35 | 42 | 29 | C | 31 | 27 |
| Octal | 226 | 106 | 63 | 0 | 65 | 102 | 51 | 14 | 61 | 47 |
| Binary | 10010110 | 1000110 | 110011 | 0 | 110101 | 1000010 | 101001 | 1100 | 110001 | 100111 |
Color Harmonies of #964633
Complementary color
Monochromatic Colors of #964633
Black with #964633
Text Example
Text Example
White with #964633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964633; }
p { color: rgb(150,70,51); }
H1.HeaderClassName
{
color: #964633;
}
.AnyTagClassName
{
color: #964633;
}
</style>
background-color css
<style>
a { background-color: #964633; }
a { background-color: rgb(150,70,51); }
div.DivClassName
{
background-color: #964633;
}
.BgClassName
{
background-color: #964633;
}
</style>
border-color css
<style>
span { border-color: #964633; }
span { border-color: rgb(150,70,51); }
td.TdClassName
{
border-color: #964633;
}
.TagClassName
{
border-color: #964633;
}
</style>