Shades of Gurkha #969273
Tints of Gurkha #969273
RGB
CMYK
RGB Variations
Color information
#969273 (or 0x969273) is known color: Gurkha. HEX triplet: 96, 92 and 73. RGB value is (150,146,115). Sum of RGB (Red+Green+Blue) = 150+146+115=411 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.50% from 411); Green value is 146 (57.42% from 255 or 35.52% from 411); Blue value is 115 (45.31% from 255 or 27.98% from 411); Max value from RGB is 150 - color contains mainly: red. Hex color #969273 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969273 is #696D8C. Grayscale: #8F8F8F. Windows color (decimal): -6909325 or 7574166. OLE color: 7574166.
HSL color Cylindrical-coordinate representation of color #969273: hue angle of 53.14º 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 #969273 is Cyan = 0, Magento = 0.03, Yellow = 0.23 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 146 | 115 | - |
| CMYK | 0 | 0.03 | 0.23 | 0.41 |
| HSL | 53.14º | 0.14% | 0.52% | - |
| HSV(B) | 53.14º | 0.23% | 0.59% | - |
| XYZ | 25.95 | 28.28 | 20.31 | - |
| YUV | 143.66 | 111.83 | 132.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 146 | 115 | 0 | 0.03 | 0.23 | 0.41 | 53.14 | 0.14 | 0.52 |
| Hex | 96 | 92 | 73 | 0 | 3 | 17 | 29 | 35 | E | 34 |
| Octal | 226 | 222 | 163 | 0 | 3 | 27 | 51 | 65 | 16 | 64 |
| Binary | 10010110 | 10010010 | 1110011 | 0 | 11 | 10111 | 101001 | 110101 | 1110 | 110100 |
Color Harmonies of #969273
Complementary color
Monochromatic Colors of #969273
Black with #969273
Text Example
Text Example
White with #969273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969273; }
p { color: rgb(150,146,115); }
H1.HeaderClassName
{
color: #969273;
}
.AnyTagClassName
{
color: #969273;
}
</style>
background-color css
<style>
a { background-color: #969273; }
a { background-color: rgb(150,146,115); }
div.DivClassName
{
background-color: #969273;
}
.BgClassName
{
background-color: #969273;
}
</style>
border-color css
<style>
span { border-color: #969273; }
span { border-color: rgb(150,146,115); }
td.TdClassName
{
border-color: #969273;
}
.TagClassName
{
border-color: #969273;
}
</style>