Shades of Granite Green #918663
Tints of Granite Green #918663
RGB
CMYK
RGB Variations
Color information
#918663 (or 0x918663) is known color: Granite Green. HEX triplet: 91, 86 and 63. RGB value is (145,134,99). Sum of RGB (Red+Green+Blue) = 145+134+99=378 (50% of max value = 765). Red value is 145 (57.03% from 255 or 38.36% from 378); Green value is 134 (52.73% from 255 or 35.45% from 378); Blue value is 99 (39.06% from 255 or 26.19% from 378); Max value from RGB is 145 - color contains mainly: red. Hex color #918663 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918663 is #6E799C. Grayscale: #858585. Windows color (decimal): -7240093 or 6522513. OLE color: 6522513.
HSL color Cylindrical-coordinate representation of color #918663: hue angle of 45.65º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #918663 is Cyan = 0, Magento = 0.08, Yellow = 0.32 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 134 | 99 | - |
| CMYK | 0 | 0.08 | 0.32 | 0.43 |
| HSL | 45.65º | 0.19% | 0.48% | - |
| HSV(B) | 45.65º | 0.32% | 0.57% | - |
| XYZ | 22.45 | 23.97 | 15.25 | - |
| YUV | 133.3 | 108.64 | 136.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 134 | 99 | 0 | 0.08 | 0.32 | 0.43 | 45.65 | 0.19 | 0.48 |
| Hex | 91 | 86 | 63 | 0 | 8 | 20 | 2B | 2E | 13 | 30 |
| Octal | 221 | 206 | 143 | 0 | 10 | 40 | 53 | 56 | 23 | 60 |
| Binary | 10010001 | 10000110 | 1100011 | 0 | 1000 | 100000 | 101011 | 101110 | 10011 | 110000 |
Color Harmonies of #918663
Complementary color
Monochromatic Colors of #918663
Black with #918663
Text Example
Text Example
White with #918663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918663; }
p { color: rgb(145,134,99); }
H1.HeaderClassName
{
color: #918663;
}
.AnyTagClassName
{
color: #918663;
}
</style>
background-color css
<style>
a { background-color: #918663; }
a { background-color: rgb(145,134,99); }
div.DivClassName
{
background-color: #918663;
}
.BgClassName
{
background-color: #918663;
}
</style>
border-color css
<style>
span { border-color: #918663; }
span { border-color: rgb(145,134,99); }
td.TdClassName
{
border-color: #918663;
}
.TagClassName
{
border-color: #918663;
}
</style>