Shades of Granite Green #938263
Tints of Granite Green #938263
RGB
CMYK
RGB Variations
Color information
#938263 (or 0x938263) is known color: Granite Green. HEX triplet: 93, 82 and 63. RGB value is (147,130,99). Sum of RGB (Red+Green+Blue) = 147+130+99=376 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.10% from 376); Green value is 130 (51.17% from 255 or 34.57% from 376); Blue value is 99 (39.06% from 255 or 26.33% from 376); Max value from RGB is 147 - color contains mainly: red. Hex color #938263 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938263 is #6C7D9C. Grayscale: #838383. Windows color (decimal): -7110045 or 6521491. OLE color: 6521491.
HSL color Cylindrical-coordinate representation of color #938263: hue angle of 38.75º 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 #938263 is Cyan = 0, Magento = 0.12, Yellow = 0.33 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 130 | 99 | - |
| CMYK | 0 | 0.12 | 0.33 | 0.42 |
| HSL | 38.75º | 0.2% | 0.48% | - |
| HSV(B) | 38.75º | 0.33% | 0.58% | - |
| XYZ | 22.27 | 23.07 | 15.08 | - |
| YUV | 131.55 | 109.63 | 139.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 130 | 99 | 0 | 0.12 | 0.33 | 0.42 | 38.75 | 0.2 | 0.48 |
| Hex | 93 | 82 | 63 | 0 | C | 21 | 2A | 27 | 14 | 30 |
| Octal | 223 | 202 | 143 | 0 | 14 | 41 | 52 | 47 | 24 | 60 |
| Binary | 10010011 | 10000010 | 1100011 | 0 | 1100 | 100001 | 101010 | 100111 | 10100 | 110000 |
Color Harmonies of #938263
Complementary color
Monochromatic Colors of #938263
Black with #938263
Text Example
Text Example
White with #938263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #938263; }
p { color: rgb(147,130,99); }
H1.HeaderClassName
{
color: #938263;
}
.AnyTagClassName
{
color: #938263;
}
</style>
background-color css
<style>
a { background-color: #938263; }
a { background-color: rgb(147,130,99); }
div.DivClassName
{
background-color: #938263;
}
.BgClassName
{
background-color: #938263;
}
</style>
border-color css
<style>
span { border-color: #938263; }
span { border-color: rgb(147,130,99); }
td.TdClassName
{
border-color: #938263;
}
.TagClassName
{
border-color: #938263;
}
</style>