Shades of Gurkha #96926D
Tints of Gurkha #96926D
RGB
CMYK
RGB Variations
Color information
#96926D (or 0x96926D) is known color: Gurkha. HEX triplet: 96, 92 and 6D. RGB value is (150,146,109). Sum of RGB (Red+Green+Blue) = 150+146+109=405 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.04% from 405); Green value is 146 (57.42% from 255 or 36.05% from 405); Blue value is 109 (42.97% from 255 or 26.91% from 405); Max value from RGB is 150 - color contains mainly: red. Hex color #96926D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96926D is #696D92. Grayscale: #8F8F8F. Windows color (decimal): -6909331 or 7180950. OLE color: 7180950.
HSL color Cylindrical-coordinate representation of color #96926D: hue angle of 54.15º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #96926D is Cyan = 0, Magento = 0.03, Yellow = 0.27 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 146 | 109 | - |
| CMYK | 0 | 0.03 | 0.27 | 0.41 |
| HSL | 54.15º | 0.16% | 0.51% | - |
| HSV(B) | 54.15º | 0.27% | 0.59% | - |
| XYZ | 25.62 | 28.15 | 18.55 | - |
| YUV | 142.98 | 108.83 | 133.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 146 | 109 | 0 | 0.03 | 0.27 | 0.41 | 54.15 | 0.16 | 0.51 |
| Hex | 96 | 92 | 6D | 0 | 3 | 1B | 29 | 36 | 10 | 33 |
| Octal | 226 | 222 | 155 | 0 | 3 | 33 | 51 | 66 | 20 | 63 |
| Binary | 10010110 | 10010010 | 1101101 | 0 | 11 | 11011 | 101001 | 110110 | 10000 | 110011 |
Color Harmonies of #96926D
Complementary color
Monochromatic Colors of #96926D
Black with #96926D
Text Example
Text Example
White with #96926D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96926D; }
p { color: rgb(150,146,109); }
H1.HeaderClassName
{
color: #96926D;
}
.AnyTagClassName
{
color: #96926D;
}
</style>
background-color css
<style>
a { background-color: #96926D; }
a { background-color: rgb(150,146,109); }
div.DivClassName
{
background-color: #96926D;
}
.BgClassName
{
background-color: #96926D;
}
</style>
border-color css
<style>
span { border-color: #96926D; }
span { border-color: rgb(150,146,109); }
td.TdClassName
{
border-color: #96926D;
}
.TagClassName
{
border-color: #96926D;
}
</style>