Shades of Gurkha #96926F
Tints of Gurkha #96926F
RGB
CMYK
RGB Variations
Color information
#96926F (or 0x96926F) is known color: Gurkha. HEX triplet: 96, 92 and 6F. RGB value is (150,146,111). Sum of RGB (Red+Green+Blue) = 150+146+111=407 (53% of max value = 765). Red value is 150 (58.98% from 255 or 36.86% from 407); Green value is 146 (57.42% from 255 or 35.87% from 407); Blue value is 111 (43.75% from 255 or 27.27% from 407); Max value from RGB is 150 - color contains mainly: red. Hex color #96926F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96926F is #696D90. Grayscale: #8F8F8F. Windows color (decimal): -6909329 or 7312022. OLE color: 7312022.
HSL color Cylindrical-coordinate representation of color #96926F: hue angle of 53.85º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #96926F is Cyan = 0, Magento = 0.03, Yellow = 0.26 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 146 | 111 | - |
| CMYK | 0 | 0.03 | 0.26 | 0.41 |
| HSL | 53.85º | 0.16% | 0.51% | - |
| HSV(B) | 53.85º | 0.26% | 0.59% | - |
| XYZ | 25.73 | 28.19 | 19.12 | - |
| YUV | 143.21 | 109.83 | 132.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 146 | 111 | 0 | 0.03 | 0.26 | 0.41 | 53.85 | 0.16 | 0.51 |
| Hex | 96 | 92 | 6F | 0 | 3 | 1A | 29 | 36 | 10 | 33 |
| Octal | 226 | 222 | 157 | 0 | 3 | 32 | 51 | 66 | 20 | 63 |
| Binary | 10010110 | 10010010 | 1101111 | 0 | 11 | 11010 | 101001 | 110110 | 10000 | 110011 |
Color Harmonies of #96926F
Complementary color
Monochromatic Colors of #96926F
Black with #96926F
Text Example
Text Example
White with #96926F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96926F; }
p { color: rgb(150,146,111); }
H1.HeaderClassName
{
color: #96926F;
}
.AnyTagClassName
{
color: #96926F;
}
</style>
background-color css
<style>
a { background-color: #96926F; }
a { background-color: rgb(150,146,111); }
div.DivClassName
{
background-color: #96926F;
}
.BgClassName
{
background-color: #96926F;
}
</style>
border-color css
<style>
span { border-color: #96926F; }
span { border-color: rgb(150,146,111); }
td.TdClassName
{
border-color: #96926F;
}
.TagClassName
{
border-color: #96926F;
}
</style>