Shades of Gurkha #91896F
Tints of Gurkha #91896F
RGB
CMYK
RGB Variations
Color information
#91896F (or 0x91896F) is known color: Gurkha. HEX triplet: 91, 89 and 6F. RGB value is (145,137,111). Sum of RGB (Red+Green+Blue) = 145+137+111=393 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.90% from 393); Green value is 137 (53.91% from 255 or 34.86% from 393); Blue value is 111 (43.75% from 255 or 28.24% from 393); Max value from RGB is 145 - color contains mainly: red. Hex color #91896F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #91896F is #6E7690. Grayscale: #888888. Windows color (decimal): -7239313 or 7309713. OLE color: 7309713.
HSL color Cylindrical-coordinate representation of color #91896F: hue angle of 45.88º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #91896F is Cyan = 0, Magento = 0.06, Yellow = 0.23 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 137 | 111 | - |
| CMYK | 0 | 0.06 | 0.23 | 0.43 |
| HSL | 45.88º | 0.13% | 0.5% | - |
| HSV(B) | 45.88º | 0.23% | 0.57% | - |
| XYZ | 23.49 | 25.06 | 18.64 | - |
| YUV | 136.43 | 113.65 | 134.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 137 | 111 | 0 | 0.06 | 0.23 | 0.43 | 45.88 | 0.13 | 0.5 |
| Hex | 91 | 89 | 6F | 0 | 6 | 17 | 2B | 2E | D | 32 |
| Octal | 221 | 211 | 157 | 0 | 6 | 27 | 53 | 56 | 15 | 62 |
| Binary | 10010001 | 10001001 | 1101111 | 0 | 110 | 10111 | 101011 | 101110 | 1101 | 110010 |
Color Harmonies of #91896F
Complementary color
Monochromatic Colors of #91896F
Black with #91896F
Text Example
Text Example
White with #91896F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91896F; }
p { color: rgb(145,137,111); }
H1.HeaderClassName
{
color: #91896F;
}
.AnyTagClassName
{
color: #91896F;
}
</style>
background-color css
<style>
a { background-color: #91896F; }
a { background-color: rgb(145,137,111); }
div.DivClassName
{
background-color: #91896F;
}
.BgClassName
{
background-color: #91896F;
}
</style>
border-color css
<style>
span { border-color: #91896F; }
span { border-color: rgb(145,137,111); }
td.TdClassName
{
border-color: #91896F;
}
.TagClassName
{
border-color: #91896F;
}
</style>