Shades of Tia Maria #994632
Tints of Tia Maria #994632
RGB
CMYK
RGB Variations
Color information
#994632 (or 0x994632) is known color: Tia Maria. HEX triplet: 99, 46 and 32. RGB value is (153,70,50). Sum of RGB (Red+Green+Blue) = 153+70+50=273 (36% of max value = 765). Red value is 153 (60.16% from 255 or 56.04% from 273); Green value is 70 (27.73% from 255 or 25.64% from 273); Blue value is 50 (19.92% from 255 or 18.32% from 273); Max value from RGB is 153 - color contains mainly: red. Hex color #994632 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994632 is #66B9CD. Grayscale: #5C5C5C. Windows color (decimal): -6732238 or 3294873. OLE color: 3294873.
HSL color Cylindrical-coordinate representation of color #994632: hue angle of 11.65º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #994632 is Cyan = 0, Magento = 0.54, Yellow = 0.67 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 70 | 50 | - |
| CMYK | 0 | 0.54 | 0.67 | 0.4 |
| HSL | 11.65º | 0.51% | 0.4% | - |
| HSV(B) | 11.65º | 0.67% | 0.6% | - |
| XYZ | 15.9 | 11.38 | 4.38 | - |
| YUV | 92.54 | 104 | 171.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 70 | 50 | 0 | 0.54 | 0.67 | 0.4 | 11.65 | 0.51 | 0.4 |
| Hex | 99 | 46 | 32 | 0 | 36 | 43 | 28 | C | 33 | 28 |
| Octal | 231 | 106 | 62 | 0 | 66 | 103 | 50 | 14 | 63 | 50 |
| Binary | 10011001 | 1000110 | 110010 | 0 | 110110 | 1000011 | 101000 | 1100 | 110011 | 101000 |
Color Harmonies of #994632
Complementary color
Monochromatic Colors of #994632
Black with #994632
Text Example
Text Example
White with #994632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994632; }
p { color: rgb(153,70,50); }
H1.HeaderClassName
{
color: #994632;
}
.AnyTagClassName
{
color: #994632;
}
</style>
background-color css
<style>
a { background-color: #994632; }
a { background-color: rgb(153,70,50); }
div.DivClassName
{
background-color: #994632;
}
.BgClassName
{
background-color: #994632;
}
</style>
border-color css
<style>
span { border-color: #994632; }
span { border-color: rgb(153,70,50); }
td.TdClassName
{
border-color: #994632;
}
.TagClassName
{
border-color: #994632;
}
</style>