Shades of Gurkha #97926A
Tints of Gurkha #97926A
RGB
CMYK
RGB Variations
Color information
#97926A (or 0x97926A) is known color: Gurkha. HEX triplet: 97, 92 and 6A. RGB value is (151,146,106). Sum of RGB (Red+Green+Blue) = 151+146+106=403 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.47% from 403); Green value is 146 (57.42% from 255 or 36.23% from 403); Blue value is 106 (41.80% from 255 or 26.30% from 403); Max value from RGB is 151 - color contains mainly: red. Hex color #97926A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #97926A is #686D95. Grayscale: #8F8F8F. Windows color (decimal): -6843798 or 6984343. OLE color: 6984343.
HSL color Cylindrical-coordinate representation of color #97926A: hue angle of 53.33º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #97926A is Cyan = 0, Magento = 0.03, Yellow = 0.30 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 146 | 106 | - |
| CMYK | 0 | 0.03 | 0.30 | 0.41 |
| HSL | 53.33º | 0.18% | 0.5% | - |
| HSV(B) | 53.33º | 0.3% | 0.59% | - |
| XYZ | 25.64 | 28.18 | 17.72 | - |
| YUV | 142.94 | 107.16 | 133.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 146 | 106 | 0 | 0.03 | 0.30 | 0.41 | 53.33 | 0.18 | 0.5 |
| Hex | 97 | 92 | 6A | 0 | 3 | 1E | 29 | 35 | 12 | 32 |
| Octal | 227 | 222 | 152 | 0 | 3 | 36 | 51 | 65 | 22 | 62 |
| Binary | 10010111 | 10010010 | 1101010 | 0 | 11 | 11110 | 101001 | 110101 | 10010 | 110010 |
Color Harmonies of #97926A
Complementary color
Monochromatic Colors of #97926A
Black with #97926A
Text Example
Text Example
White with #97926A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97926A; }
p { color: rgb(151,146,106); }
H1.HeaderClassName
{
color: #97926A;
}
.AnyTagClassName
{
color: #97926A;
}
</style>
background-color css
<style>
a { background-color: #97926A; }
a { background-color: rgb(151,146,106); }
div.DivClassName
{
background-color: #97926A;
}
.BgClassName
{
background-color: #97926A;
}
</style>
border-color css
<style>
span { border-color: #97926A; }
span { border-color: rgb(151,146,106); }
td.TdClassName
{
border-color: #97926A;
}
.TagClassName
{
border-color: #97926A;
}
</style>