Shades of Granite Green #968B63
Tints of Granite Green #968B63
RGB
CMYK
RGB Variations
Color information
#968B63 (or 0x968B63) is known color: Granite Green. HEX triplet: 96, 8B and 63. RGB value is (150,139,99). Sum of RGB (Red+Green+Blue) = 150+139+99=388 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.66% from 388); Green value is 139 (54.69% from 255 or 35.82% from 388); Blue value is 99 (39.06% from 255 or 25.52% from 388); Max value from RGB is 150 - color contains mainly: red. Hex color #968B63 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968B63 is #69749C. Grayscale: #898989. Windows color (decimal): -6911133 or 6523798. OLE color: 6523798.
HSL color Cylindrical-coordinate representation of color #968B63: hue angle of 47.06º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #968B63 is Cyan = 0, Magento = 0.07, Yellow = 0.34 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 139 | 99 | - |
| CMYK | 0 | 0.07 | 0.34 | 0.41 |
| HSL | 47.06º | 0.2% | 0.49% | - |
| HSV(B) | 47.06º | 0.34% | 0.59% | - |
| XYZ | 24.06 | 25.85 | 15.53 | - |
| YUV | 137.73 | 106.14 | 136.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 139 | 99 | 0 | 0.07 | 0.34 | 0.41 | 47.06 | 0.2 | 0.49 |
| Hex | 96 | 8B | 63 | 0 | 7 | 22 | 29 | 2F | 14 | 31 |
| Octal | 226 | 213 | 143 | 0 | 7 | 42 | 51 | 57 | 24 | 61 |
| Binary | 10010110 | 10001011 | 1100011 | 0 | 111 | 100010 | 101001 | 101111 | 10100 | 110001 |
Color Harmonies of #968B63
Complementary color
Monochromatic Colors of #968B63
Black with #968B63
Text Example
Text Example
White with #968B63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968B63; }
p { color: rgb(150,139,99); }
H1.HeaderClassName
{
color: #968B63;
}
.AnyTagClassName
{
color: #968B63;
}
</style>
background-color css
<style>
a { background-color: #968B63; }
a { background-color: rgb(150,139,99); }
div.DivClassName
{
background-color: #968B63;
}
.BgClassName
{
background-color: #968B63;
}
</style>
border-color css
<style>
span { border-color: #968B63; }
span { border-color: rgb(150,139,99); }
td.TdClassName
{
border-color: #968B63;
}
.TagClassName
{
border-color: #968B63;
}
</style>