Shades of Gurkha #908E73
Tints of Gurkha #908E73
RGB
CMYK
RGB Variations
Color information
#908E73 (or 0x908E73) is known color: Gurkha. HEX triplet: 90, 8E and 73. RGB value is (144,142,115). Sum of RGB (Red+Green+Blue) = 144+142+115=401 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.91% from 401); Green value is 142 (55.86% from 255 or 35.41% from 401); Blue value is 115 (45.31% from 255 or 28.68% from 401); Max value from RGB is 144 - color contains mainly: red. Hex color #908E73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908E73 is #6F718C. Grayscale: #8B8B8B. Windows color (decimal): -7303565 or 7573136. OLE color: 7573136.
HSL color Cylindrical-coordinate representation of color #908E73: hue angle of 55.86º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #908E73 is Cyan = 0, Magento = 0.01, Yellow = 0.20 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 142 | 115 | - |
| CMYK | 0 | 0.01 | 0.20 | 0.44 |
| HSL | 55.86º | 0.12% | 0.51% | - |
| HSV(B) | 55.86º | 0.2% | 0.56% | - |
| XYZ | 24.27 | 26.51 | 20.06 | - |
| YUV | 139.52 | 114.16 | 131.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 142 | 115 | 0 | 0.01 | 0.20 | 0.44 | 55.86 | 0.12 | 0.51 |
| Hex | 90 | 8E | 73 | 0 | 1 | 14 | 2C | 38 | C | 33 |
| Octal | 220 | 216 | 163 | 0 | 1 | 24 | 54 | 70 | 14 | 63 |
| Binary | 10010000 | 10001110 | 1110011 | 0 | 1 | 10100 | 101100 | 111000 | 1100 | 110011 |
Color Harmonies of #908E73
Complementary color
Monochromatic Colors of #908E73
Black with #908E73
Text Example
Text Example
White with #908E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908E73; }
p { color: rgb(144,142,115); }
H1.HeaderClassName
{
color: #908E73;
}
.AnyTagClassName
{
color: #908E73;
}
</style>
background-color css
<style>
a { background-color: #908E73; }
a { background-color: rgb(144,142,115); }
div.DivClassName
{
background-color: #908E73;
}
.BgClassName
{
background-color: #908E73;
}
</style>
border-color css
<style>
span { border-color: #908E73; }
span { border-color: rgb(144,142,115); }
td.TdClassName
{
border-color: #908E73;
}
.TagClassName
{
border-color: #908E73;
}
</style>