Shades of Gurkha #91896D
Tints of Gurkha #91896D
RGB
CMYK
RGB Variations
Color information
#91896D (or 0x91896D) is known color: Gurkha. HEX triplet: 91, 89 and 6D. RGB value is (145,137,109). Sum of RGB (Red+Green+Blue) = 145+137+109=391 (51% of max value = 765). Red value is 145 (57.03% from 255 or 37.08% from 391); Green value is 137 (53.91% from 255 or 35.04% from 391); Blue value is 109 (42.97% from 255 or 27.88% from 391); Max value from RGB is 145 - color contains mainly: red. Hex color #91896D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #91896D is #6E7692. Grayscale: #888888. Windows color (decimal): -7239315 or 7178641. OLE color: 7178641.
HSL color Cylindrical-coordinate representation of color #91896D: hue angle of 46.67º degrees, saturation: 0.14, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #91896D is Cyan = 0, Magento = 0.06, Yellow = 0.25 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 137 | 109 | - |
| CMYK | 0 | 0.06 | 0.25 | 0.43 |
| HSL | 46.67º | 0.14% | 0.5% | - |
| HSV(B) | 46.67º | 0.25% | 0.57% | - |
| XYZ | 23.38 | 25.02 | 18.06 | - |
| YUV | 136.2 | 112.65 | 134.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 137 | 109 | 0 | 0.06 | 0.25 | 0.43 | 46.67 | 0.14 | 0.5 |
| Hex | 91 | 89 | 6D | 0 | 6 | 19 | 2B | 2F | E | 32 |
| Octal | 221 | 211 | 155 | 0 | 6 | 31 | 53 | 57 | 16 | 62 |
| Binary | 10010001 | 10001001 | 1101101 | 0 | 110 | 11001 | 101011 | 101111 | 1110 | 110010 |
Color Harmonies of #91896D
Complementary color
Monochromatic Colors of #91896D
Black with #91896D
Text Example
Text Example
White with #91896D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91896D; }
p { color: rgb(145,137,109); }
H1.HeaderClassName
{
color: #91896D;
}
.AnyTagClassName
{
color: #91896D;
}
</style>
background-color css
<style>
a { background-color: #91896D; }
a { background-color: rgb(145,137,109); }
div.DivClassName
{
background-color: #91896D;
}
.BgClassName
{
background-color: #91896D;
}
</style>
border-color css
<style>
span { border-color: #91896D; }
span { border-color: rgb(145,137,109); }
td.TdClassName
{
border-color: #91896D;
}
.TagClassName
{
border-color: #91896D;
}
</style>