Shades of Gurkha #918B6C
Tints of Gurkha #918B6C
RGB
CMYK
RGB Variations
Color information
#918B6C (or 0x918B6C) is known color: Gurkha. HEX triplet: 91, 8B and 6C. RGB value is (145,139,108). Sum of RGB (Red+Green+Blue) = 145+139+108=392 (51% of max value = 765). Red value is 145 (57.03% from 255 or 36.99% from 392); Green value is 139 (54.69% from 255 or 35.46% from 392); Blue value is 108 (42.58% from 255 or 27.55% from 392); Max value from RGB is 145 - color contains mainly: red. Hex color #918B6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918B6C is #6E7493. Grayscale: #898989. Windows color (decimal): -7238804 or 7113617. OLE color: 7113617.
HSL color Cylindrical-coordinate representation of color #918B6C: hue angle of 50.27º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #918B6C is Cyan = 0, Magento = 0.04, Yellow = 0.26 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 139 | 108 | - |
| CMYK | 0 | 0.04 | 0.26 | 0.43 |
| HSL | 50.27º | 0.15% | 0.5% | - |
| HSV(B) | 50.27º | 0.26% | 0.57% | - |
| XYZ | 23.62 | 25.57 | 17.88 | - |
| YUV | 137.26 | 111.49 | 133.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 139 | 108 | 0 | 0.04 | 0.26 | 0.43 | 50.27 | 0.15 | 0.5 |
| Hex | 91 | 8B | 6C | 0 | 4 | 1A | 2B | 32 | F | 32 |
| Octal | 221 | 213 | 154 | 0 | 4 | 32 | 53 | 62 | 17 | 62 |
| Binary | 10010001 | 10001011 | 1101100 | 0 | 100 | 11010 | 101011 | 110010 | 1111 | 110010 |
Color Harmonies of #918B6C
Complementary color
Monochromatic Colors of #918B6C
Black with #918B6C
Text Example
Text Example
White with #918B6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918B6C; }
p { color: rgb(145,139,108); }
H1.HeaderClassName
{
color: #918B6C;
}
.AnyTagClassName
{
color: #918B6C;
}
</style>
background-color css
<style>
a { background-color: #918B6C; }
a { background-color: rgb(145,139,108); }
div.DivClassName
{
background-color: #918B6C;
}
.BgClassName
{
background-color: #918B6C;
}
</style>
border-color css
<style>
span { border-color: #918B6C; }
span { border-color: rgb(145,139,108); }
td.TdClassName
{
border-color: #918B6C;
}
.TagClassName
{
border-color: #918B6C;
}
</style>