Shades of Gurkha #918B6B
Tints of Gurkha #918B6B
RGB
CMYK
RGB Variations
Color information
#918B6B (or 0x918B6B) is known color: Gurkha. HEX triplet: 91, 8B and 6B. RGB value is (145,139,107). Sum of RGB (Red+Green+Blue) = 145+139+107=391 (51% of max value = 765). Red value is 145 (57.03% from 255 or 37.08% from 391); Green value is 139 (54.69% from 255 or 35.55% from 391); Blue value is 107 (42.19% from 255 or 27.37% from 391); Max value from RGB is 145 - color contains mainly: red. Hex color #918B6B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918B6B is #6E7494. Grayscale: #898989. Windows color (decimal): -7238805 or 7048081. OLE color: 7048081.
HSL color Cylindrical-coordinate representation of color #918B6B: hue angle of 50.53º degrees, saturation: 0.15, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #918B6B is Cyan = 0, Magento = 0.04, Yellow = 0.26 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 139 | 107 | - |
| CMYK | 0 | 0.04 | 0.26 | 0.43 |
| HSL | 50.53º | 0.15% | 0.49% | - |
| HSV(B) | 50.53º | 0.26% | 0.57% | - |
| XYZ | 23.56 | 25.55 | 17.6 | - |
| YUV | 137.15 | 110.99 | 133.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 139 | 107 | 0 | 0.04 | 0.26 | 0.43 | 50.53 | 0.15 | 0.49 |
| Hex | 91 | 8B | 6B | 0 | 4 | 1A | 2B | 33 | F | 31 |
| Octal | 221 | 213 | 153 | 0 | 4 | 32 | 53 | 63 | 17 | 61 |
| Binary | 10010001 | 10001011 | 1101011 | 0 | 100 | 11010 | 101011 | 110011 | 1111 | 110001 |
Color Harmonies of #918B6B
Complementary color
Monochromatic Colors of #918B6B
Black with #918B6B
Text Example
Text Example
White with #918B6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918B6B; }
p { color: rgb(145,139,107); }
H1.HeaderClassName
{
color: #918B6B;
}
.AnyTagClassName
{
color: #918B6B;
}
</style>
background-color css
<style>
a { background-color: #918B6B; }
a { background-color: rgb(145,139,107); }
div.DivClassName
{
background-color: #918B6B;
}
.BgClassName
{
background-color: #918B6B;
}
</style>
border-color css
<style>
span { border-color: #918B6B; }
span { border-color: rgb(145,139,107); }
td.TdClassName
{
border-color: #918B6B;
}
.TagClassName
{
border-color: #918B6B;
}
</style>