Shades of Granite Green #938563
Tints of Granite Green #938563
RGB
CMYK
RGB Variations
Color information
#938563 (or 0x938563) is known color: Granite Green. HEX triplet: 93, 85 and 63. RGB value is (147,133,99). Sum of RGB (Red+Green+Blue) = 147+133+99=379 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.79% from 379); Green value is 133 (52.34% from 255 or 35.09% from 379); Blue value is 99 (39.06% from 255 or 26.12% from 379); Max value from RGB is 147 - color contains mainly: red. Hex color #938563 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938563 is #6C7A9C. Grayscale: #858585. Windows color (decimal): -7109277 or 6522259. OLE color: 6522259.
HSL color Cylindrical-coordinate representation of color #938563: hue angle of 42.5º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #938563 is Cyan = 0, Magento = 0.10, Yellow = 0.33 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 133 | 99 | - |
| CMYK | 0 | 0.10 | 0.33 | 0.42 |
| HSL | 42.5º | 0.2% | 0.48% | - |
| HSV(B) | 42.5º | 0.33% | 0.58% | - |
| XYZ | 22.67 | 23.88 | 15.22 | - |
| YUV | 133.31 | 108.64 | 137.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 133 | 99 | 0 | 0.10 | 0.33 | 0.42 | 42.5 | 0.2 | 0.48 |
| Hex | 93 | 85 | 63 | 0 | A | 21 | 2A | 2A | 14 | 30 |
| Octal | 223 | 205 | 143 | 0 | 12 | 41 | 52 | 52 | 24 | 60 |
| Binary | 10010011 | 10000101 | 1100011 | 0 | 1010 | 100001 | 101010 | 101010 | 10100 | 110000 |
Color Harmonies of #938563
Complementary color
Monochromatic Colors of #938563
Black with #938563
Text Example
Text Example
White with #938563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #938563; }
p { color: rgb(147,133,99); }
H1.HeaderClassName
{
color: #938563;
}
.AnyTagClassName
{
color: #938563;
}
</style>
background-color css
<style>
a { background-color: #938563; }
a { background-color: rgb(147,133,99); }
div.DivClassName
{
background-color: #938563;
}
.BgClassName
{
background-color: #938563;
}
</style>
border-color css
<style>
span { border-color: #938563; }
span { border-color: rgb(147,133,99); }
td.TdClassName
{
border-color: #938563;
}
.TagClassName
{
border-color: #938563;
}
</style>