Shades of Gurkha #918A6A
Tints of Gurkha #918A6A
RGB
CMYK
RGB Variations
Color information
#918A6A (or 0x918A6A) is known color: Gurkha. HEX triplet: 91, 8A and 6A. RGB value is (145,138,106). Sum of RGB (Red+Green+Blue) = 145+138+106=389 (51% of max value = 765). Red value is 145 (57.03% from 255 or 37.28% from 389); Green value is 138 (54.30% from 255 or 35.48% from 389); Blue value is 106 (41.80% from 255 or 27.25% from 389); Max value from RGB is 145 - color contains mainly: red. Hex color #918A6A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918A6A is #6E7595. Grayscale: #888888. Windows color (decimal): -7239062 or 6982289. OLE color: 6982289.
HSL color Cylindrical-coordinate representation of color #918A6A: hue angle of 49.23º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #918A6A is Cyan = 0, Magento = 0.05, Yellow = 0.27 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 138 | 106 | - |
| CMYK | 0 | 0.05 | 0.27 | 0.43 |
| HSL | 49.23º | 0.16% | 0.49% | - |
| HSV(B) | 49.23º | 0.27% | 0.57% | - |
| XYZ | 23.37 | 25.24 | 17.28 | - |
| YUV | 136.45 | 110.82 | 134.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 138 | 106 | 0 | 0.05 | 0.27 | 0.43 | 49.23 | 0.16 | 0.49 |
| Hex | 91 | 8A | 6A | 0 | 5 | 1B | 2B | 31 | 10 | 31 |
| Octal | 221 | 212 | 152 | 0 | 5 | 33 | 53 | 61 | 20 | 61 |
| Binary | 10010001 | 10001010 | 1101010 | 0 | 101 | 11011 | 101011 | 110001 | 10000 | 110001 |
Color Harmonies of #918A6A
Complementary color
Monochromatic Colors of #918A6A
Black with #918A6A
Text Example
Text Example
White with #918A6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918A6A; }
p { color: rgb(145,138,106); }
H1.HeaderClassName
{
color: #918A6A;
}
.AnyTagClassName
{
color: #918A6A;
}
</style>
background-color css
<style>
a { background-color: #918A6A; }
a { background-color: rgb(145,138,106); }
div.DivClassName
{
background-color: #918A6A;
}
.BgClassName
{
background-color: #918A6A;
}
</style>
border-color css
<style>
span { border-color: #918A6A; }
span { border-color: rgb(145,138,106); }
td.TdClassName
{
border-color: #918A6A;
}
.TagClassName
{
border-color: #918A6A;
}
</style>