Shades of Granite Green #948666
Tints of Granite Green #948666
RGB
CMYK
RGB Variations
Color information
#948666 (or 0x948666) is known color: Granite Green. HEX triplet: 94, 86 and 66. RGB value is (148,134,102). Sum of RGB (Red+Green+Blue) = 148+134+102=384 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.54% from 384); Green value is 134 (52.73% from 255 or 34.90% from 384); Blue value is 102 (40.23% from 255 or 26.56% from 384); Max value from RGB is 148 - color contains mainly: red. Hex color #948666 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948666 is #6B7999. Grayscale: #868686. Windows color (decimal): -7043482 or 6719124. OLE color: 6719124.
HSL color Cylindrical-coordinate representation of color #948666: hue angle of 41.74º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #948666 is Cyan = 0, Magento = 0.09, Yellow = 0.31 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 134 | 102 | - |
| CMYK | 0 | 0.09 | 0.31 | 0.42 |
| HSL | 41.74º | 0.18% | 0.49% | - |
| HSV(B) | 41.74º | 0.31% | 0.58% | - |
| XYZ | 23.14 | 24.31 | 16.04 | - |
| YUV | 134.54 | 109.64 | 137.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 134 | 102 | 0 | 0.09 | 0.31 | 0.42 | 41.74 | 0.18 | 0.49 |
| Hex | 94 | 86 | 66 | 0 | 9 | 1F | 2A | 2A | 12 | 31 |
| Octal | 224 | 206 | 146 | 0 | 11 | 37 | 52 | 52 | 22 | 61 |
| Binary | 10010100 | 10000110 | 1100110 | 0 | 1001 | 11111 | 101010 | 101010 | 10010 | 110001 |
Color Harmonies of #948666
Complementary color
Monochromatic Colors of #948666
Black with #948666
Text Example
Text Example
White with #948666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948666; }
p { color: rgb(148,134,102); }
H1.HeaderClassName
{
color: #948666;
}
.AnyTagClassName
{
color: #948666;
}
</style>
background-color css
<style>
a { background-color: #948666; }
a { background-color: rgb(148,134,102); }
div.DivClassName
{
background-color: #948666;
}
.BgClassName
{
background-color: #948666;
}
</style>
border-color css
<style>
span { border-color: #948666; }
span { border-color: rgb(148,134,102); }
td.TdClassName
{
border-color: #948666;
}
.TagClassName
{
border-color: #948666;
}
</style>