Shades of Gurkha #969173
Tints of Gurkha #969173
RGB
CMYK
RGB Variations
Color information
#969173 (or 0x969173) is known color: Gurkha. HEX triplet: 96, 91 and 73. RGB value is (150,145,115). Sum of RGB (Red+Green+Blue) = 150+145+115=410 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.59% from 410); Green value is 145 (57.03% from 255 or 35.37% from 410); Blue value is 115 (45.31% from 255 or 28.05% from 410); Max value from RGB is 150 - color contains mainly: red. Hex color #969173 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969173 is #696E8C. Grayscale: #8F8F8F. Windows color (decimal): -6909581 or 7573910. OLE color: 7573910.
HSL color Cylindrical-coordinate representation of color #969173: hue angle of 51.43º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #969173 is Cyan = 0, Magento = 0.03, Yellow = 0.23 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 145 | 115 | - |
| CMYK | 0 | 0.03 | 0.23 | 0.41 |
| HSL | 51.43º | 0.14% | 0.52% | - |
| HSV(B) | 51.43º | 0.23% | 0.59% | - |
| XYZ | 25.8 | 27.97 | 20.26 | - |
| YUV | 143.08 | 112.16 | 132.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 145 | 115 | 0 | 0.03 | 0.23 | 0.41 | 51.43 | 0.14 | 0.52 |
| Hex | 96 | 91 | 73 | 0 | 3 | 17 | 29 | 33 | E | 34 |
| Octal | 226 | 221 | 163 | 0 | 3 | 27 | 51 | 63 | 16 | 64 |
| Binary | 10010110 | 10010001 | 1110011 | 0 | 11 | 10111 | 101001 | 110011 | 1110 | 110100 |
Color Harmonies of #969173
Complementary color
Monochromatic Colors of #969173
Black with #969173
Text Example
Text Example
White with #969173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969173; }
p { color: rgb(150,145,115); }
H1.HeaderClassName
{
color: #969173;
}
.AnyTagClassName
{
color: #969173;
}
</style>
background-color css
<style>
a { background-color: #969173; }
a { background-color: rgb(150,145,115); }
div.DivClassName
{
background-color: #969173;
}
.BgClassName
{
background-color: #969173;
}
</style>
border-color css
<style>
span { border-color: #969173; }
span { border-color: rgb(150,145,115); }
td.TdClassName
{
border-color: #969173;
}
.TagClassName
{
border-color: #969173;
}
</style>