Shades of Gurkha #97926E
Tints of Gurkha #97926E
RGB
CMYK
RGB Variations
Color information
#97926E (or 0x97926E) is known color: Gurkha. HEX triplet: 97, 92 and 6E. RGB value is (151,146,110). Sum of RGB (Red+Green+Blue) = 151+146+110=407 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.10% from 407); Green value is 146 (57.42% from 255 or 35.87% from 407); Blue value is 110 (43.36% from 255 or 27.03% from 407); Max value from RGB is 151 - color contains mainly: red. Hex color #97926E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #97926E is #686D91. Grayscale: #8F8F8F. Windows color (decimal): -6843794 or 7246487. OLE color: 7246487.
HSL color Cylindrical-coordinate representation of color #97926E: hue angle of 52.68º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #97926E is Cyan = 0, Magento = 0.03, Yellow = 0.27 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 146 | 110 | - |
| CMYK | 0 | 0.03 | 0.27 | 0.41 |
| HSL | 52.68º | 0.16% | 0.51% | - |
| HSV(B) | 52.68º | 0.27% | 0.59% | - |
| XYZ | 25.86 | 28.26 | 18.84 | - |
| YUV | 143.39 | 109.16 | 133.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 146 | 110 | 0 | 0.03 | 0.27 | 0.41 | 52.68 | 0.16 | 0.51 |
| Hex | 97 | 92 | 6E | 0 | 3 | 1B | 29 | 35 | 10 | 33 |
| Octal | 227 | 222 | 156 | 0 | 3 | 33 | 51 | 65 | 20 | 63 |
| Binary | 10010111 | 10010010 | 1101110 | 0 | 11 | 11011 | 101001 | 110101 | 10000 | 110011 |
Color Harmonies of #97926E
Complementary color
Monochromatic Colors of #97926E
Black with #97926E
Text Example
Text Example
White with #97926E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97926E; }
p { color: rgb(151,146,110); }
H1.HeaderClassName
{
color: #97926E;
}
.AnyTagClassName
{
color: #97926E;
}
</style>
background-color css
<style>
a { background-color: #97926E; }
a { background-color: rgb(151,146,110); }
div.DivClassName
{
background-color: #97926E;
}
.BgClassName
{
background-color: #97926E;
}
</style>
border-color css
<style>
span { border-color: #97926E; }
span { border-color: rgb(151,146,110); }
td.TdClassName
{
border-color: #97926E;
}
.TagClassName
{
border-color: #97926E;
}
</style>