Shades of Gurkha #979273
Tints of Gurkha #979273
RGB
CMYK
RGB Variations
Color information
#979273 (or 0x979273) is known color: Gurkha. HEX triplet: 97, 92 and 73. RGB value is (151,146,115). Sum of RGB (Red+Green+Blue) = 151+146+115=412 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.65% from 412); Green value is 146 (57.42% from 255 or 35.44% from 412); Blue value is 115 (45.31% from 255 or 27.91% from 412); Max value from RGB is 151 - color contains mainly: red. Hex color #979273 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #979273 is #686D8C. Grayscale: #909090. Windows color (decimal): -6843789 or 7574167. OLE color: 7574167.
HSL color Cylindrical-coordinate representation of color #979273: hue angle of 51.67º degrees, saturation: 0.15, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #979273 is Cyan = 0, Magento = 0.03, Yellow = 0.24 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 146 | 115 | - |
| CMYK | 0 | 0.03 | 0.24 | 0.41 |
| HSL | 51.67º | 0.15% | 0.52% | - |
| HSV(B) | 51.67º | 0.24% | 0.59% | - |
| XYZ | 26.14 | 28.37 | 20.32 | - |
| YUV | 143.96 | 111.66 | 133.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 146 | 115 | 0 | 0.03 | 0.24 | 0.41 | 51.67 | 0.15 | 0.52 |
| Hex | 97 | 92 | 73 | 0 | 3 | 18 | 29 | 34 | F | 34 |
| Octal | 227 | 222 | 163 | 0 | 3 | 30 | 51 | 64 | 17 | 64 |
| Binary | 10010111 | 10010010 | 1110011 | 0 | 11 | 11000 | 101001 | 110100 | 1111 | 110100 |
Color Harmonies of #979273
Complementary color
Monochromatic Colors of #979273
Black with #979273
Text Example
Text Example
White with #979273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #979273; }
p { color: rgb(151,146,115); }
H1.HeaderClassName
{
color: #979273;
}
.AnyTagClassName
{
color: #979273;
}
</style>
background-color css
<style>
a { background-color: #979273; }
a { background-color: rgb(151,146,115); }
div.DivClassName
{
background-color: #979273;
}
.BgClassName
{
background-color: #979273;
}
</style>
border-color css
<style>
span { border-color: #979273; }
span { border-color: rgb(151,146,115); }
td.TdClassName
{
border-color: #979273;
}
.TagClassName
{
border-color: #979273;
}
</style>