Shades of Gurkha #96916D
Tints of Gurkha #96916D
RGB
CMYK
RGB Variations
Color information
#96916D (or 0x96916D) is known color: Gurkha. HEX triplet: 96, 91 and 6D. RGB value is (150,145,109). Sum of RGB (Red+Green+Blue) = 150+145+109=404 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.13% from 404); Green value is 145 (57.03% from 255 or 35.89% from 404); Blue value is 109 (42.97% from 255 or 26.98% from 404); Max value from RGB is 150 - color contains mainly: red. Hex color #96916D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96916D is #696E92. Grayscale: #8E8E8E. Windows color (decimal): -6909587 or 7180694. OLE color: 7180694.
HSL color Cylindrical-coordinate representation of color #96916D: hue angle of 52.68º 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 #96916D is Cyan = 0, Magento = 0.03, Yellow = 0.27 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 145 | 109 | - |
| CMYK | 0 | 0.03 | 0.27 | 0.41 |
| HSL | 52.68º | 0.16% | 0.51% | - |
| HSV(B) | 52.68º | 0.27% | 0.59% | - |
| XYZ | 25.46 | 27.84 | 18.5 | - |
| YUV | 142.39 | 109.16 | 133.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 145 | 109 | 0 | 0.03 | 0.27 | 0.41 | 52.68 | 0.16 | 0.51 |
| Hex | 96 | 91 | 6D | 0 | 3 | 1B | 29 | 35 | 10 | 33 |
| Octal | 226 | 221 | 155 | 0 | 3 | 33 | 51 | 65 | 20 | 63 |
| Binary | 10010110 | 10010001 | 1101101 | 0 | 11 | 11011 | 101001 | 110101 | 10000 | 110011 |
Color Harmonies of #96916D
Complementary color
Monochromatic Colors of #96916D
Black with #96916D
Text Example
Text Example
White with #96916D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96916D; }
p { color: rgb(150,145,109); }
H1.HeaderClassName
{
color: #96916D;
}
.AnyTagClassName
{
color: #96916D;
}
</style>
background-color css
<style>
a { background-color: #96916D; }
a { background-color: rgb(150,145,109); }
div.DivClassName
{
background-color: #96916D;
}
.BgClassName
{
background-color: #96916D;
}
</style>
border-color css
<style>
span { border-color: #96916D; }
span { border-color: rgb(150,145,109); }
td.TdClassName
{
border-color: #96916D;
}
.TagClassName
{
border-color: #96916D;
}
</style>