Shades of Tia Maria #964326
Tints of Tia Maria #964326
RGB
CMYK
RGB Variations
Color information
#964326 (or 0x964326) is known color: Tia Maria. HEX triplet: 96, 43 and 26. RGB value is (150,67,38). Sum of RGB (Red+Green+Blue) = 150+67+38=255 (33% of max value = 765). Red value is 150 (58.98% from 255 or 58.82% from 255); Green value is 67 (26.56% from 255 or 26.27% from 255); Blue value is 38 (15.23% from 255 or 14.90% from 255); Max value from RGB is 150 - color contains mainly: red. Hex color #964326 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #964326 is #69BCD9. Grayscale: #585858. Windows color (decimal): -6929626 or 2507670. OLE color: 2507670.
HSL color Cylindrical-coordinate representation of color #964326: hue angle of 15.54º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #964326 is Cyan = 0, Magento = 0.55, Yellow = 0.75 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 67 | 38 | - |
| CMYK | 0 | 0.55 | 0.75 | 0.41 |
| HSL | 15.54º | 0.6% | 0.37% | - |
| HSV(B) | 15.54º | 0.75% | 0.59% | - |
| XYZ | 14.93 | 10.64 | 3.1 | - |
| YUV | 88.51 | 99.5 | 171.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 67 | 38 | 0 | 0.55 | 0.75 | 0.41 | 15.54 | 0.6 | 0.37 |
| Hex | 96 | 43 | 26 | 0 | 37 | 4B | 29 | 10 | 3C | 25 |
| Octal | 226 | 103 | 46 | 0 | 67 | 113 | 51 | 20 | 74 | 45 |
| Binary | 10010110 | 1000011 | 100110 | 0 | 110111 | 1001011 | 101001 | 10000 | 111100 | 100101 |
Color Harmonies of #964326
Complementary color
Monochromatic Colors of #964326
Black with #964326
Text Example
Text Example
White with #964326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964326; }
p { color: rgb(150,67,38); }
H1.HeaderClassName
{
color: #964326;
}
.AnyTagClassName
{
color: #964326;
}
</style>
background-color css
<style>
a { background-color: #964326; }
a { background-color: rgb(150,67,38); }
div.DivClassName
{
background-color: #964326;
}
.BgClassName
{
background-color: #964326;
}
</style>
border-color css
<style>
span { border-color: #964326; }
span { border-color: rgb(150,67,38); }
td.TdClassName
{
border-color: #964326;
}
.TagClassName
{
border-color: #964326;
}
</style>