Shades of Tia Maria #963D2E
Tints of Tia Maria #963D2E
RGB
CMYK
RGB Variations
Color information
#963D2E (or 0x963D2E) is known color: Tia Maria. HEX triplet: 96, 3D and 2E. RGB value is (150,61,46). Sum of RGB (Red+Green+Blue) = 150+61+46=257 (34% of max value = 765). Red value is 150 (58.98% from 255 or 58.37% from 257); Green value is 61 (24.22% from 255 or 23.74% from 257); Blue value is 46 (18.36% from 255 or 17.90% from 257); Max value from RGB is 150 - color contains mainly: red. Hex color #963D2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963D2E is #69C2D1. Grayscale: #565656. Windows color (decimal): -6931154 or 3030422. OLE color: 3030422.
HSL color Cylindrical-coordinate representation of color #963D2E: hue angle of 8.65º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #963D2E is Cyan = 0, Magento = 0.59, Yellow = 0.69 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 61 | 46 | - |
| CMYK | 0 | 0.59 | 0.69 | 0.41 |
| HSL | 8.65º | 0.53% | 0.38% | - |
| HSV(B) | 8.65º | 0.69% | 0.59% | - |
| XYZ | 14.74 | 10.02 | 3.74 | - |
| YUV | 85.9 | 105.49 | 173.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 61 | 46 | 0 | 0.59 | 0.69 | 0.41 | 8.65 | 0.53 | 0.38 |
| Hex | 96 | 3D | 2E | 0 | 3B | 45 | 29 | 9 | 35 | 26 |
| Octal | 226 | 75 | 56 | 0 | 73 | 105 | 51 | 11 | 65 | 46 |
| Binary | 10010110 | 111101 | 101110 | 0 | 111011 | 1000101 | 101001 | 1001 | 110101 | 100110 |
Color Harmonies of #963D2E
Complementary color
Monochromatic Colors of #963D2E
Black with #963D2E
Text Example
Text Example
White with #963D2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963D2E; }
p { color: rgb(150,61,46); }
H1.HeaderClassName
{
color: #963D2E;
}
.AnyTagClassName
{
color: #963D2E;
}
</style>
background-color css
<style>
a { background-color: #963D2E; }
a { background-color: rgb(150,61,46); }
div.DivClassName
{
background-color: #963D2E;
}
.BgClassName
{
background-color: #963D2E;
}
</style>
border-color css
<style>
span { border-color: #963D2E; }
span { border-color: rgb(150,61,46); }
td.TdClassName
{
border-color: #963D2E;
}
.TagClassName
{
border-color: #963D2E;
}
</style>