Shades of Gurkha #96947C
Tints of Gurkha #96947C
RGB
CMYK
RGB Variations
Color information
#96947C (or 0x96947C) is known color: Gurkha. HEX triplet: 96, 94 and 7C. RGB value is (150,148,124). Sum of RGB (Red+Green+Blue) = 150+148+124=422 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.55% from 422); Green value is 148 (58.20% from 255 or 35.07% from 422); Blue value is 124 (48.83% from 255 or 29.38% from 422); Max value from RGB is 150 - color contains mainly: red. Hex color #96947C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96947C is #696B83. Grayscale: #919191. Windows color (decimal): -6908804 or 8164502. OLE color: 8164502.
HSL color Cylindrical-coordinate representation of color #96947C: hue angle of 55.38º degrees, saturation: 0.11, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #96947C is Cyan = 0, Magento = 0.01, Yellow = 0.17 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 148 | 124 | - |
| CMYK | 0 | 0.01 | 0.17 | 0.41 |
| HSL | 55.38º | 0.11% | 0.54% | - |
| HSV(B) | 55.38º | 0.17% | 0.59% | - |
| XYZ | 26.81 | 29.12 | 23.28 | - |
| YUV | 145.86 | 115.66 | 130.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 148 | 124 | 0 | 0.01 | 0.17 | 0.41 | 55.38 | 0.11 | 0.54 |
| Hex | 96 | 94 | 7C | 0 | 1 | 11 | 29 | 37 | B | 36 |
| Octal | 226 | 224 | 174 | 0 | 1 | 21 | 51 | 67 | 13 | 66 |
| Binary | 10010110 | 10010100 | 1111100 | 0 | 1 | 10001 | 101001 | 110111 | 1011 | 110110 |
Color Harmonies of #96947C
Complementary color
Monochromatic Colors of #96947C
Black with #96947C
Text Example
Text Example
White with #96947C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96947C; }
p { color: rgb(150,148,124); }
H1.HeaderClassName
{
color: #96947C;
}
.AnyTagClassName
{
color: #96947C;
}
</style>
background-color css
<style>
a { background-color: #96947C; }
a { background-color: rgb(150,148,124); }
div.DivClassName
{
background-color: #96947C;
}
.BgClassName
{
background-color: #96947C;
}
</style>
border-color css
<style>
span { border-color: #96947C; }
span { border-color: rgb(150,148,124); }
td.TdClassName
{
border-color: #96947C;
}
.TagClassName
{
border-color: #96947C;
}
</style>