Shades of Granite Green #91846A
Tints of Granite Green #91846A
RGB
CMYK
RGB Variations
Color information
#91846A (or 0x91846A) is known color: Granite Green. HEX triplet: 91, 84 and 6A. RGB value is (145,132,106). Sum of RGB (Red+Green+Blue) = 145+132+106=383 (50% of max value = 765). Red value is 145 (57.03% from 255 or 37.86% from 383); Green value is 132 (51.95% from 255 or 34.46% from 383); Blue value is 106 (41.80% from 255 or 27.68% from 383); Max value from RGB is 145 - color contains mainly: red. Hex color #91846A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #91846A is #6E7B95. Grayscale: #858585. Windows color (decimal): -7240598 or 6980753. OLE color: 6980753.
HSL color Cylindrical-coordinate representation of color #91846A: hue angle of 40º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #91846A is Cyan = 0, Magento = 0.09, Yellow = 0.27 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 132 | 106 | - |
| CMYK | 0 | 0.09 | 0.27 | 0.43 |
| HSL | 40º | 0.16% | 0.49% | - |
| HSV(B) | 40º | 0.27% | 0.57% | - |
| XYZ | 22.53 | 23.56 | 17 | - |
| YUV | 132.92 | 112.81 | 136.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 132 | 106 | 0 | 0.09 | 0.27 | 0.43 | 40 | 0.16 | 0.49 |
| Hex | 91 | 84 | 6A | 0 | 9 | 1B | 2B | 28 | 10 | 31 |
| Octal | 221 | 204 | 152 | 0 | 11 | 33 | 53 | 50 | 20 | 61 |
| Binary | 10010001 | 10000100 | 1101010 | 0 | 1001 | 11011 | 101011 | 101000 | 10000 | 110001 |
Color Harmonies of #91846A
Complementary color
Monochromatic Colors of #91846A
Black with #91846A
Text Example
Text Example
White with #91846A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91846A; }
p { color: rgb(145,132,106); }
H1.HeaderClassName
{
color: #91846A;
}
.AnyTagClassName
{
color: #91846A;
}
</style>
background-color css
<style>
a { background-color: #91846A; }
a { background-color: rgb(145,132,106); }
div.DivClassName
{
background-color: #91846A;
}
.BgClassName
{
background-color: #91846A;
}
</style>
border-color css
<style>
span { border-color: #91846A; }
span { border-color: rgb(145,132,106); }
td.TdClassName
{
border-color: #91846A;
}
.TagClassName
{
border-color: #91846A;
}
</style>