Shades of Tia Maria #963C2B
Tints of Tia Maria #963C2B
RGB
CMYK
RGB Variations
Color information
#963C2B (or 0x963C2B) is known color: Tia Maria. HEX triplet: 96, 3C and 2B. RGB value is (150,60,43). Sum of RGB (Red+Green+Blue) = 150+60+43=253 (33% of max value = 765). Red value is 150 (58.98% from 255 or 59.29% from 253); Green value is 60 (23.83% from 255 or 23.72% from 253); Blue value is 43 (17.19% from 255 or 17.00% from 253); Max value from RGB is 150 - color contains mainly: red. Hex color #963C2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963C2B is #69C3D4. Grayscale: #555555. Windows color (decimal): -6931413 or 2833558. OLE color: 2833558.
HSL color Cylindrical-coordinate representation of color #963C2B: hue angle of 9.53º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #963C2B is Cyan = 0, Magento = 0.6, Yellow = 0.71 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 60 | 43 | - |
| CMYK | 0 | 0.6 | 0.71 | 0.41 |
| HSL | 9.53º | 0.55% | 0.38% | - |
| HSV(B) | 9.53º | 0.71% | 0.59% | - |
| XYZ | 14.63 | 9.89 | 3.42 | - |
| YUV | 84.97 | 104.32 | 174.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 60 | 43 | 0 | 0.6 | 0.71 | 0.41 | 9.53 | 0.55 | 0.38 |
| Hex | 96 | 3C | 2B | 0 | 3C | 47 | 29 | A | 37 | 26 |
| Octal | 226 | 74 | 53 | 0 | 74 | 107 | 51 | 12 | 67 | 46 |
| Binary | 10010110 | 111100 | 101011 | 0 | 111100 | 1000111 | 101001 | 1010 | 110111 | 100110 |
Color Harmonies of #963C2B
Complementary color
Monochromatic Colors of #963C2B
Black with #963C2B
Text Example
Text Example
White with #963C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963C2B; }
p { color: rgb(150,60,43); }
H1.HeaderClassName
{
color: #963C2B;
}
.AnyTagClassName
{
color: #963C2B;
}
</style>
background-color css
<style>
a { background-color: #963C2B; }
a { background-color: rgb(150,60,43); }
div.DivClassName
{
background-color: #963C2B;
}
.BgClassName
{
background-color: #963C2B;
}
</style>
border-color css
<style>
span { border-color: #963C2B; }
span { border-color: rgb(150,60,43); }
td.TdClassName
{
border-color: #963C2B;
}
.TagClassName
{
border-color: #963C2B;
}
</style>