Shades of Gurkha #96937D
Tints of Gurkha #96937D
RGB
CMYK
RGB Variations
Color information
#96937D (or 0x96937D) is known color: Gurkha. HEX triplet: 96, 93 and 7D. RGB value is (150,147,125). Sum of RGB (Red+Green+Blue) = 150+147+125=422 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.55% from 422); Green value is 147 (57.81% from 255 or 34.83% from 422); Blue value is 125 (49.22% from 255 or 29.62% from 422); Max value from RGB is 150 - color contains mainly: red. Hex color #96937D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96937D is #696C82. Grayscale: #919191. Windows color (decimal): -6909059 or 8229782. OLE color: 8229782.
HSL color Cylindrical-coordinate representation of color #96937D: hue angle of 52.8º degrees, saturation: 0.11, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #96937D is Cyan = 0, Magento = 0.02, Yellow = 0.17 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 147 | 125 | - |
| CMYK | 0 | 0.02 | 0.17 | 0.41 |
| HSL | 52.8º | 0.11% | 0.54% | - |
| HSV(B) | 52.8º | 0.17% | 0.59% | - |
| XYZ | 26.71 | 28.83 | 23.56 | - |
| YUV | 145.39 | 116.49 | 131.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 147 | 125 | 0 | 0.02 | 0.17 | 0.41 | 52.8 | 0.11 | 0.54 |
| Hex | 96 | 93 | 7D | 0 | 2 | 11 | 29 | 35 | B | 36 |
| Octal | 226 | 223 | 175 | 0 | 2 | 21 | 51 | 65 | 13 | 66 |
| Binary | 10010110 | 10010011 | 1111101 | 0 | 10 | 10001 | 101001 | 110101 | 1011 | 110110 |
Color Harmonies of #96937D
Complementary color
Monochromatic Colors of #96937D
Black with #96937D
Text Example
Text Example
White with #96937D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96937D; }
p { color: rgb(150,147,125); }
H1.HeaderClassName
{
color: #96937D;
}
.AnyTagClassName
{
color: #96937D;
}
</style>
background-color css
<style>
a { background-color: #96937D; }
a { background-color: rgb(150,147,125); }
div.DivClassName
{
background-color: #96937D;
}
.BgClassName
{
background-color: #96937D;
}
</style>
border-color css
<style>
span { border-color: #96937D; }
span { border-color: rgb(150,147,125); }
td.TdClassName
{
border-color: #96937D;
}
.TagClassName
{
border-color: #96937D;
}
</style>