Shades of Granite Green #908463
Tints of Granite Green #908463
RGB
CMYK
RGB Variations
Color information
#908463 (or 0x908463) is known color: Granite Green. HEX triplet: 90, 84 and 63. RGB value is (144,132,99). Sum of RGB (Red+Green+Blue) = 144+132+99=375 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.4% from 375); Green value is 132 (51.95% from 255 or 35.2% from 375); Blue value is 99 (39.06% from 255 or 26.4% from 375); Max value from RGB is 144 - color contains mainly: red. Hex color #908463 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908463 is #6F7B9C. Grayscale: #838383. Windows color (decimal): -7306141 or 6522000. OLE color: 6522000.
HSL color Cylindrical-coordinate representation of color #908463: hue angle of 44º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #908463 is Cyan = 0, Magento = 0.08, Yellow = 0.31 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 132 | 99 | - |
| CMYK | 0 | 0.08 | 0.31 | 0.44 |
| HSL | 44º | 0.19% | 0.48% | - |
| HSV(B) | 44º | 0.31% | 0.56% | - |
| XYZ | 22.01 | 23.33 | 15.15 | - |
| YUV | 131.83 | 109.48 | 136.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 132 | 99 | 0 | 0.08 | 0.31 | 0.44 | 44 | 0.19 | 0.48 |
| Hex | 90 | 84 | 63 | 0 | 8 | 1F | 2C | 2C | 13 | 30 |
| Octal | 220 | 204 | 143 | 0 | 10 | 37 | 54 | 54 | 23 | 60 |
| Binary | 10010000 | 10000100 | 1100011 | 0 | 1000 | 11111 | 101100 | 101100 | 10011 | 110000 |
Color Harmonies of #908463
Complementary color
Monochromatic Colors of #908463
Black with #908463
Text Example
Text Example
White with #908463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908463; }
p { color: rgb(144,132,99); }
H1.HeaderClassName
{
color: #908463;
}
.AnyTagClassName
{
color: #908463;
}
</style>
background-color css
<style>
a { background-color: #908463; }
a { background-color: rgb(144,132,99); }
div.DivClassName
{
background-color: #908463;
}
.BgClassName
{
background-color: #908463;
}
</style>
border-color css
<style>
span { border-color: #908463; }
span { border-color: rgb(144,132,99); }
td.TdClassName
{
border-color: #908463;
}
.TagClassName
{
border-color: #908463;
}
</style>