Shades of Tia Maria #964534
Tints of Tia Maria #964534
RGB
CMYK
RGB Variations
Color information
#964534 (or 0x964534) is known color: Tia Maria. HEX triplet: 96, 45 and 34. RGB value is (150,69,52). Sum of RGB (Red+Green+Blue) = 150+69+52=271 (35% of max value = 765). Red value is 150 (58.98% from 255 or 55.35% from 271); Green value is 69 (27.34% from 255 or 25.46% from 271); Blue value is 52 (20.70% from 255 or 19.19% from 271); Max value from RGB is 150 - color contains mainly: red. Hex color #964534 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #964534 is #69BACB. Grayscale: #5B5B5B. Windows color (decimal): -6929100 or 3425686. OLE color: 3425686.
HSL color Cylindrical-coordinate representation of color #964534: hue angle of 10.41º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #964534 is Cyan = 0, Magento = 0.54, Yellow = 0.65 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 69 | 52 | - |
| CMYK | 0 | 0.54 | 0.65 | 0.41 |
| HSL | 10.41º | 0.49% | 0.4% | - |
| HSV(B) | 10.41º | 0.65% | 0.59% | - |
| XYZ | 15.33 | 10.99 | 4.56 | - |
| YUV | 91.28 | 105.84 | 169.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 69 | 52 | 0 | 0.54 | 0.65 | 0.41 | 10.41 | 0.49 | 0.4 |
| Hex | 96 | 45 | 34 | 0 | 36 | 41 | 29 | A | 31 | 28 |
| Octal | 226 | 105 | 64 | 0 | 66 | 101 | 51 | 12 | 61 | 50 |
| Binary | 10010110 | 1000101 | 110100 | 0 | 110110 | 1000001 | 101001 | 1010 | 110001 | 101000 |
Color Harmonies of #964534
Complementary color
Monochromatic Colors of #964534
Black with #964534
Text Example
Text Example
White with #964534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964534; }
p { color: rgb(150,69,52); }
H1.HeaderClassName
{
color: #964534;
}
.AnyTagClassName
{
color: #964534;
}
</style>
background-color css
<style>
a { background-color: #964534; }
a { background-color: rgb(150,69,52); }
div.DivClassName
{
background-color: #964534;
}
.BgClassName
{
background-color: #964534;
}
</style>
border-color css
<style>
span { border-color: #964534; }
span { border-color: rgb(150,69,52); }
td.TdClassName
{
border-color: #964534;
}
.TagClassName
{
border-color: #964534;
}
</style>