Shades of Granite Green #8B846A
Tints of Granite Green #8B846A
RGB
CMYK
RGB Variations
Color information
#8B846A (or 0x8B846A) is known color: Granite Green. HEX triplet: 8B, 84 and 6A. RGB value is (139,132,106). Sum of RGB (Red+Green+Blue) = 139+132+106=377 (49% of max value = 765). Red value is 139 (54.69% from 255 or 36.87% from 377); Green value is 132 (51.95% from 255 or 35.01% from 377); Blue value is 106 (41.80% from 255 or 28.12% from 377); Max value from RGB is 139 - color contains mainly: red. Hex color #8B846A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B846A is #747B95. Grayscale: #838383. Windows color (decimal): -7633814 or 6980747. OLE color: 6980747.
HSL color Cylindrical-coordinate representation of color #8B846A: hue angle of 47.27º degrees, saturation: 0.13, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8B846A is Cyan = 0, Magento = 0.05, Yellow = 0.24 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 132 | 106 | - |
| CMYK | 0 | 0.05 | 0.24 | 0.45 |
| HSL | 47.27º | 0.13% | 0.48% | - |
| HSV(B) | 47.27º | 0.24% | 0.55% | - |
| XYZ | 21.5 | 23.03 | 16.95 | - |
| YUV | 131.13 | 113.82 | 133.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 132 | 106 | 0 | 0.05 | 0.24 | 0.45 | 47.27 | 0.13 | 0.48 |
| Hex | 8B | 84 | 6A | 0 | 5 | 18 | 2D | 2F | D | 30 |
| Octal | 213 | 204 | 152 | 0 | 5 | 30 | 55 | 57 | 15 | 60 |
| Binary | 10001011 | 10000100 | 1101010 | 0 | 101 | 11000 | 101101 | 101111 | 1101 | 110000 |
Color Harmonies of #8B846A
Complementary color
Monochromatic Colors of #8B846A
Black with #8B846A
Text Example
Text Example
White with #8B846A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B846A; }
p { color: rgb(139,132,106); }
H1.HeaderClassName
{
color: #8B846A;
}
.AnyTagClassName
{
color: #8B846A;
}
</style>
background-color css
<style>
a { background-color: #8B846A; }
a { background-color: rgb(139,132,106); }
div.DivClassName
{
background-color: #8B846A;
}
.BgClassName
{
background-color: #8B846A;
}
</style>
border-color css
<style>
span { border-color: #8B846A; }
span { border-color: rgb(139,132,106); }
td.TdClassName
{
border-color: #8B846A;
}
.TagClassName
{
border-color: #8B846A;
}
</style>