Shades of Gurkha #96917A
Tints of Gurkha #96917A
RGB
CMYK
RGB Variations
Color information
#96917A (or 0x96917A) is known color: Gurkha. HEX triplet: 96, 91 and 7A. RGB value is (150,145,122). Sum of RGB (Red+Green+Blue) = 150+145+122=417 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.97% from 417); Green value is 145 (57.03% from 255 or 34.77% from 417); Blue value is 122 (48.05% from 255 or 29.26% from 417); Max value from RGB is 150 - color contains mainly: red. Hex color #96917A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96917A is #696E85. Grayscale: #8F8F8F. Windows color (decimal): -6909574 or 8032662. OLE color: 8032662.
HSL color Cylindrical-coordinate representation of color #96917A: hue angle of 49.29º degrees, saturation: 0.12, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #96917A is Cyan = 0, Magento = 0.03, Yellow = 0.19 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 145 | 122 | - |
| CMYK | 0 | 0.03 | 0.19 | 0.41 |
| HSL | 49.29º | 0.12% | 0.53% | - |
| HSV(B) | 49.29º | 0.19% | 0.59% | - |
| XYZ | 26.22 | 28.14 | 22.46 | - |
| YUV | 143.87 | 115.66 | 132.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 145 | 122 | 0 | 0.03 | 0.19 | 0.41 | 49.29 | 0.12 | 0.53 |
| Hex | 96 | 91 | 7A | 0 | 3 | 13 | 29 | 31 | C | 35 |
| Octal | 226 | 221 | 172 | 0 | 3 | 23 | 51 | 61 | 14 | 65 |
| Binary | 10010110 | 10010001 | 1111010 | 0 | 11 | 10011 | 101001 | 110001 | 1100 | 110101 |
Color Harmonies of #96917A
Complementary color
Monochromatic Colors of #96917A
Black with #96917A
Text Example
Text Example
White with #96917A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96917A; }
p { color: rgb(150,145,122); }
H1.HeaderClassName
{
color: #96917A;
}
.AnyTagClassName
{
color: #96917A;
}
</style>
background-color css
<style>
a { background-color: #96917A; }
a { background-color: rgb(150,145,122); }
div.DivClassName
{
background-color: #96917A;
}
.BgClassName
{
background-color: #96917A;
}
</style>
border-color css
<style>
span { border-color: #96917A; }
span { border-color: rgb(150,145,122); }
td.TdClassName
{
border-color: #96917A;
}
.TagClassName
{
border-color: #96917A;
}
</style>