Shades of Gurkha #96916A
Tints of Gurkha #96916A
RGB
CMYK
RGB Variations
Color information
#96916A (or 0x96916A) is known color: Gurkha. HEX triplet: 96, 91 and 6A. RGB value is (150,145,106). Sum of RGB (Red+Green+Blue) = 150+145+106=401 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.41% from 401); Green value is 145 (57.03% from 255 or 36.16% from 401); Blue value is 106 (41.80% from 255 or 26.43% from 401); Max value from RGB is 150 - color contains mainly: red. Hex color #96916A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96916A is #696E95. Grayscale: #8E8E8E. Windows color (decimal): -6909590 or 6984086. OLE color: 6984086.
HSL color Cylindrical-coordinate representation of color #96916A: hue angle of 53.18º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #96916A is Cyan = 0, Magento = 0.03, Yellow = 0.29 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 145 | 106 | - |
| CMYK | 0 | 0.03 | 0.29 | 0.41 |
| HSL | 53.18º | 0.17% | 0.5% | - |
| HSV(B) | 53.18º | 0.29% | 0.59% | - |
| XYZ | 25.3 | 27.78 | 17.66 | - |
| YUV | 142.05 | 107.66 | 133.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 145 | 106 | 0 | 0.03 | 0.29 | 0.41 | 53.18 | 0.17 | 0.5 |
| Hex | 96 | 91 | 6A | 0 | 3 | 1D | 29 | 35 | 11 | 32 |
| Octal | 226 | 221 | 152 | 0 | 3 | 35 | 51 | 65 | 21 | 62 |
| Binary | 10010110 | 10010001 | 1101010 | 0 | 11 | 11101 | 101001 | 110101 | 10001 | 110010 |
Color Harmonies of #96916A
Complementary color
Monochromatic Colors of #96916A
Black with #96916A
Text Example
Text Example
White with #96916A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96916A; }
p { color: rgb(150,145,106); }
H1.HeaderClassName
{
color: #96916A;
}
.AnyTagClassName
{
color: #96916A;
}
</style>
background-color css
<style>
a { background-color: #96916A; }
a { background-color: rgb(150,145,106); }
div.DivClassName
{
background-color: #96916A;
}
.BgClassName
{
background-color: #96916A;
}
</style>
border-color css
<style>
span { border-color: #96916A; }
span { border-color: rgb(150,145,106); }
td.TdClassName
{
border-color: #96916A;
}
.TagClassName
{
border-color: #96916A;
}
</style>