Shades of Tia Maria #964128
Tints of Tia Maria #964128
RGB
CMYK
RGB Variations
Color information
#964128 (or 0x964128) is known color: Tia Maria. HEX triplet: 96, 41 and 28. RGB value is (150,65,40). Sum of RGB (Red+Green+Blue) = 150+65+40=255 (33% of max value = 765). Red value is 150 (58.98% from 255 or 58.82% from 255); Green value is 65 (25.78% from 255 or 25.49% from 255); Blue value is 40 (16.02% from 255 or 15.69% from 255); Max value from RGB is 150 - color contains mainly: red. Hex color #964128 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #964128 is #69BED7. Grayscale: #575757. Windows color (decimal): -6930136 or 2638230. OLE color: 2638230.
HSL color Cylindrical-coordinate representation of color #964128: hue angle of 13.64º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #964128 is Cyan = 0, Magento = 0.57, Yellow = 0.73 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 65 | 40 | - |
| CMYK | 0 | 0.57 | 0.73 | 0.41 |
| HSL | 13.64º | 0.58% | 0.37% | - |
| HSV(B) | 13.64º | 0.73% | 0.59% | - |
| XYZ | 14.85 | 10.42 | 3.24 | - |
| YUV | 87.57 | 101.16 | 172.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 65 | 40 | 0 | 0.57 | 0.73 | 0.41 | 13.64 | 0.58 | 0.37 |
| Hex | 96 | 41 | 28 | 0 | 39 | 49 | 29 | E | 3A | 25 |
| Octal | 226 | 101 | 50 | 0 | 71 | 111 | 51 | 16 | 72 | 45 |
| Binary | 10010110 | 1000001 | 101000 | 0 | 111001 | 1001001 | 101001 | 1110 | 111010 | 100101 |
Color Harmonies of #964128
Complementary color
Monochromatic Colors of #964128
Black with #964128
Text Example
Text Example
White with #964128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964128; }
p { color: rgb(150,65,40); }
H1.HeaderClassName
{
color: #964128;
}
.AnyTagClassName
{
color: #964128;
}
</style>
background-color css
<style>
a { background-color: #964128; }
a { background-color: rgb(150,65,40); }
div.DivClassName
{
background-color: #964128;
}
.BgClassName
{
background-color: #964128;
}
</style>
border-color css
<style>
span { border-color: #964128; }
span { border-color: rgb(150,65,40); }
td.TdClassName
{
border-color: #964128;
}
.TagClassName
{
border-color: #964128;
}
</style>