Shades of Granite Green #93865D
Tints of Granite Green #93865D
RGB
CMYK
RGB Variations
Color information
#93865D (or 0x93865D) is known color: Granite Green. HEX triplet: 93, 86 and 5D. RGB value is (147,134,93). Sum of RGB (Red+Green+Blue) = 147+134+93=374 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.30% from 374); Green value is 134 (52.73% from 255 or 35.83% from 374); Blue value is 93 (36.72% from 255 or 24.87% from 374); Max value from RGB is 147 - color contains mainly: red. Hex color #93865D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93865D is #6C79A2. Grayscale: #858585. Windows color (decimal): -7109027 or 6129299. OLE color: 6129299.
HSL color Cylindrical-coordinate representation of color #93865D: hue angle of 45.56º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #93865D is Cyan = 0, Magento = 0.09, Yellow = 0.37 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 134 | 93 | - |
| CMYK | 0 | 0.09 | 0.37 | 0.42 |
| HSL | 45.56º | 0.23% | 0.47% | - |
| HSV(B) | 45.56º | 0.37% | 0.58% | - |
| XYZ | 22.53 | 24.04 | 13.81 | - |
| YUV | 133.21 | 105.31 | 137.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 134 | 93 | 0 | 0.09 | 0.37 | 0.42 | 45.56 | 0.23 | 0.47 |
| Hex | 93 | 86 | 5D | 0 | 9 | 25 | 2A | 2E | 16 | 2F |
| Octal | 223 | 206 | 135 | 0 | 11 | 45 | 52 | 56 | 26 | 57 |
| Binary | 10010011 | 10000110 | 1011101 | 0 | 1001 | 100101 | 101010 | 101110 | 10110 | 101111 |
Color Harmonies of #93865D
Complementary color
Monochromatic Colors of #93865D
Black with #93865D
Text Example
Text Example
White with #93865D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93865D; }
p { color: rgb(147,134,93); }
H1.HeaderClassName
{
color: #93865D;
}
.AnyTagClassName
{
color: #93865D;
}
</style>
background-color css
<style>
a { background-color: #93865D; }
a { background-color: rgb(147,134,93); }
div.DivClassName
{
background-color: #93865D;
}
.BgClassName
{
background-color: #93865D;
}
</style>
border-color css
<style>
span { border-color: #93865D; }
span { border-color: rgb(147,134,93); }
td.TdClassName
{
border-color: #93865D;
}
.TagClassName
{
border-color: #93865D;
}
</style>