Shades of Gurkha #908C6F
Tints of Gurkha #908C6F
RGB
CMYK
RGB Variations
Color information
#908C6F (or 0x908C6F) is known color: Gurkha. HEX triplet: 90, 8C and 6F. RGB value is (144,140,111). Sum of RGB (Red+Green+Blue) = 144+140+111=395 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.46% from 395); Green value is 140 (55.08% from 255 or 35.44% from 395); Blue value is 111 (43.75% from 255 or 28.10% from 395); Max value from RGB is 144 - color contains mainly: red. Hex color #908C6F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908C6F is #6F7390. Grayscale: #8A8A8A. Windows color (decimal): -7304081 or 7310480. OLE color: 7310480.
HSL color Cylindrical-coordinate representation of color #908C6F: hue angle of 52.73º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #908C6F is Cyan = 0, Magento = 0.03, Yellow = 0.23 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 140 | 111 | - |
| CMYK | 0 | 0.03 | 0.23 | 0.44 |
| HSL | 52.73º | 0.13% | 0.5% | - |
| HSV(B) | 52.73º | 0.23% | 0.56% | - |
| XYZ | 23.75 | 25.83 | 18.77 | - |
| YUV | 137.89 | 112.83 | 132.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 140 | 111 | 0 | 0.03 | 0.23 | 0.44 | 52.73 | 0.13 | 0.5 |
| Hex | 90 | 8C | 6F | 0 | 3 | 17 | 2C | 35 | D | 32 |
| Octal | 220 | 214 | 157 | 0 | 3 | 27 | 54 | 65 | 15 | 62 |
| Binary | 10010000 | 10001100 | 1101111 | 0 | 11 | 10111 | 101100 | 110101 | 1101 | 110010 |
Color Harmonies of #908C6F
Complementary color
Monochromatic Colors of #908C6F
Black with #908C6F
Text Example
Text Example
White with #908C6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908C6F; }
p { color: rgb(144,140,111); }
H1.HeaderClassName
{
color: #908C6F;
}
.AnyTagClassName
{
color: #908C6F;
}
</style>
background-color css
<style>
a { background-color: #908C6F; }
a { background-color: rgb(144,140,111); }
div.DivClassName
{
background-color: #908C6F;
}
.BgClassName
{
background-color: #908C6F;
}
</style>
border-color css
<style>
span { border-color: #908C6F; }
span { border-color: rgb(144,140,111); }
td.TdClassName
{
border-color: #908C6F;
}
.TagClassName
{
border-color: #908C6F;
}
</style>