Shades of Gurkha #908E74
Tints of Gurkha #908E74
RGB
CMYK
RGB Variations
Color information
#908E74 (or 0x908E74) is known color: Gurkha. HEX triplet: 90, 8E and 74. RGB value is (144,142,116). Sum of RGB (Red+Green+Blue) = 144+142+116=402 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.82% from 402); Green value is 142 (55.86% from 255 or 35.32% from 402); Blue value is 116 (45.70% from 255 or 28.86% from 402); Max value from RGB is 144 - color contains mainly: red. Hex color #908E74 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908E74 is #6F718B. Grayscale: #8B8B8B. Windows color (decimal): -7303564 or 7638672. OLE color: 7638672.
HSL color Cylindrical-coordinate representation of color #908E74: hue angle of 55.71º degrees, saturation: 0.11, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #908E74 is Cyan = 0, Magento = 0.01, Yellow = 0.19 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 142 | 116 | - |
| CMYK | 0 | 0.01 | 0.19 | 0.44 |
| HSL | 55.71º | 0.11% | 0.51% | - |
| HSV(B) | 55.71º | 0.19% | 0.56% | - |
| XYZ | 24.33 | 26.54 | 20.36 | - |
| YUV | 139.63 | 114.66 | 131.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 142 | 116 | 0 | 0.01 | 0.19 | 0.44 | 55.71 | 0.11 | 0.51 |
| Hex | 90 | 8E | 74 | 0 | 1 | 13 | 2C | 38 | B | 33 |
| Octal | 220 | 216 | 164 | 0 | 1 | 23 | 54 | 70 | 13 | 63 |
| Binary | 10010000 | 10001110 | 1110100 | 0 | 1 | 10011 | 101100 | 111000 | 1011 | 110011 |
Color Harmonies of #908E74
Complementary color
Monochromatic Colors of #908E74
Black with #908E74
Text Example
Text Example
White with #908E74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908E74; }
p { color: rgb(144,142,116); }
H1.HeaderClassName
{
color: #908E74;
}
.AnyTagClassName
{
color: #908E74;
}
</style>
background-color css
<style>
a { background-color: #908E74; }
a { background-color: rgb(144,142,116); }
div.DivClassName
{
background-color: #908E74;
}
.BgClassName
{
background-color: #908E74;
}
</style>
border-color css
<style>
span { border-color: #908E74; }
span { border-color: rgb(144,142,116); }
td.TdClassName
{
border-color: #908E74;
}
.TagClassName
{
border-color: #908E74;
}
</style>