Shades of Gurkha #91896E
Tints of Gurkha #91896E
RGB
CMYK
RGB Variations
Color information
#91896E (or 0x91896E) is known color: Gurkha. HEX triplet: 91, 89 and 6E. RGB value is (145,137,110). Sum of RGB (Red+Green+Blue) = 145+137+110=392 (51% of max value = 765). Red value is 145 (57.03% from 255 or 36.99% from 392); Green value is 137 (53.91% from 255 or 34.95% from 392); Blue value is 110 (43.36% from 255 or 28.06% from 392); Max value from RGB is 145 - color contains mainly: red. Hex color #91896E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #91896E is #6E7691. Grayscale: #888888. Windows color (decimal): -7239314 or 7244177. OLE color: 7244177.
HSL color Cylindrical-coordinate representation of color #91896E: hue angle of 46.29º degrees, saturation: 0.14, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #91896E is Cyan = 0, Magento = 0.06, Yellow = 0.24 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 137 | 110 | - |
| CMYK | 0 | 0.06 | 0.24 | 0.43 |
| HSL | 46.29º | 0.14% | 0.5% | - |
| HSV(B) | 46.29º | 0.24% | 0.57% | - |
| XYZ | 23.44 | 25.04 | 18.35 | - |
| YUV | 136.31 | 113.15 | 134.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 137 | 110 | 0 | 0.06 | 0.24 | 0.43 | 46.29 | 0.14 | 0.5 |
| Hex | 91 | 89 | 6E | 0 | 6 | 18 | 2B | 2E | E | 32 |
| Octal | 221 | 211 | 156 | 0 | 6 | 30 | 53 | 56 | 16 | 62 |
| Binary | 10010001 | 10001001 | 1101110 | 0 | 110 | 11000 | 101011 | 101110 | 1110 | 110010 |
Color Harmonies of #91896E
Complementary color
Monochromatic Colors of #91896E
Black with #91896E
Text Example
Text Example
White with #91896E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91896E; }
p { color: rgb(145,137,110); }
H1.HeaderClassName
{
color: #91896E;
}
.AnyTagClassName
{
color: #91896E;
}
</style>
background-color css
<style>
a { background-color: #91896E; }
a { background-color: rgb(145,137,110); }
div.DivClassName
{
background-color: #91896E;
}
.BgClassName
{
background-color: #91896E;
}
</style>
border-color css
<style>
span { border-color: #91896E; }
span { border-color: rgb(145,137,110); }
td.TdClassName
{
border-color: #91896E;
}
.TagClassName
{
border-color: #91896E;
}
</style>