Shades of Granite Green #96865D
Tints of Granite Green #96865D
RGB
CMYK
RGB Variations
Color information
#96865D (or 0x96865D) is known color: Granite Green. HEX triplet: 96, 86 and 5D. RGB value is (150,134,93). Sum of RGB (Red+Green+Blue) = 150+134+93=377 (49% of max value = 765). Red value is 150 (58.98% from 255 or 39.79% from 377); Green value is 134 (52.73% from 255 or 35.54% from 377); Blue value is 93 (36.72% from 255 or 24.67% from 377); Max value from RGB is 150 - color contains mainly: red. Hex color #96865D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96865D is #6979A2. Grayscale: #868686. Windows color (decimal): -6912419 or 6129302. OLE color: 6129302.
HSL color Cylindrical-coordinate representation of color #96865D: hue angle of 43.16º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #96865D is Cyan = 0, Magento = 0.11, Yellow = 0.38 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 134 | 93 | - |
| CMYK | 0 | 0.11 | 0.38 | 0.41 |
| HSL | 43.16º | 0.23% | 0.48% | - |
| HSV(B) | 43.16º | 0.38% | 0.59% | - |
| XYZ | 23.08 | 24.32 | 13.83 | - |
| YUV | 134.11 | 104.8 | 139.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 134 | 93 | 0 | 0.11 | 0.38 | 0.41 | 43.16 | 0.23 | 0.48 |
| Hex | 96 | 86 | 5D | 0 | B | 26 | 29 | 2B | 17 | 30 |
| Octal | 226 | 206 | 135 | 0 | 13 | 46 | 51 | 53 | 27 | 60 |
| Binary | 10010110 | 10000110 | 1011101 | 0 | 1011 | 100110 | 101001 | 101011 | 10111 | 110000 |
Color Harmonies of #96865D
Complementary color
Monochromatic Colors of #96865D
Black with #96865D
Text Example
Text Example
White with #96865D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96865D; }
p { color: rgb(150,134,93); }
H1.HeaderClassName
{
color: #96865D;
}
.AnyTagClassName
{
color: #96865D;
}
</style>
background-color css
<style>
a { background-color: #96865D; }
a { background-color: rgb(150,134,93); }
div.DivClassName
{
background-color: #96865D;
}
.BgClassName
{
background-color: #96865D;
}
</style>
border-color css
<style>
span { border-color: #96865D; }
span { border-color: rgb(150,134,93); }
td.TdClassName
{
border-color: #96865D;
}
.TagClassName
{
border-color: #96865D;
}
</style>