Shades of Granite Green #918463
Tints of Granite Green #918463
RGB
CMYK
RGB Variations
Color information
#918463 (or 0x918463) is known color: Granite Green. HEX triplet: 91, 84 and 63. RGB value is (145,132,99). Sum of RGB (Red+Green+Blue) = 145+132+99=376 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.56% from 376); Green value is 132 (51.95% from 255 or 35.11% from 376); Blue value is 99 (39.06% from 255 or 26.33% from 376); Max value from RGB is 145 - color contains mainly: red. Hex color #918463 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918463 is #6E7B9C. Grayscale: #848484. Windows color (decimal): -7240605 or 6522001. OLE color: 6522001.
HSL color Cylindrical-coordinate representation of color #918463: hue angle of 43.04º 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 #918463 is Cyan = 0, Magento = 0.09, Yellow = 0.32 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 132 | 99 | - |
| CMYK | 0 | 0.09 | 0.32 | 0.43 |
| HSL | 43.04º | 0.19% | 0.48% | - |
| HSV(B) | 43.04º | 0.32% | 0.57% | - |
| XYZ | 22.18 | 23.42 | 15.16 | - |
| YUV | 132.13 | 109.31 | 137.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 132 | 99 | 0 | 0.09 | 0.32 | 0.43 | 43.04 | 0.19 | 0.48 |
| Hex | 91 | 84 | 63 | 0 | 9 | 20 | 2B | 2B | 13 | 30 |
| Octal | 221 | 204 | 143 | 0 | 11 | 40 | 53 | 53 | 23 | 60 |
| Binary | 10010001 | 10000100 | 1100011 | 0 | 1001 | 100000 | 101011 | 101011 | 10011 | 110000 |
Color Harmonies of #918463
Complementary color
Monochromatic Colors of #918463
Black with #918463
Text Example
Text Example
White with #918463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918463; }
p { color: rgb(145,132,99); }
H1.HeaderClassName
{
color: #918463;
}
.AnyTagClassName
{
color: #918463;
}
</style>
background-color css
<style>
a { background-color: #918463; }
a { background-color: rgb(145,132,99); }
div.DivClassName
{
background-color: #918463;
}
.BgClassName
{
background-color: #918463;
}
</style>
border-color css
<style>
span { border-color: #918463; }
span { border-color: rgb(145,132,99); }
td.TdClassName
{
border-color: #918463;
}
.TagClassName
{
border-color: #918463;
}
</style>