Shades of Gurkha #908D74
Tints of Gurkha #908D74
RGB
CMYK
RGB Variations
Color information
#908D74 (or 0x908D74) is known color: Gurkha. HEX triplet: 90, 8D and 74. RGB value is (144,141,116). Sum of RGB (Red+Green+Blue) = 144+141+116=401 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.91% from 401); Green value is 141 (55.47% from 255 or 35.16% from 401); Blue value is 116 (45.70% from 255 or 28.93% from 401); Max value from RGB is 144 - color contains mainly: red. Hex color #908D74 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908D74 is #6F728B. Grayscale: #8B8B8B. Windows color (decimal): -7303820 or 7638416. OLE color: 7638416.
HSL color Cylindrical-coordinate representation of color #908D74: hue angle of 53.57º 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 #908D74 is Cyan = 0, Magento = 0.02, Yellow = 0.19 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 141 | 116 | - |
| CMYK | 0 | 0.02 | 0.19 | 0.44 |
| HSL | 53.57º | 0.11% | 0.51% | - |
| HSV(B) | 53.57º | 0.19% | 0.56% | - |
| XYZ | 24.18 | 26.24 | 20.31 | - |
| YUV | 139.05 | 114.99 | 131.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 141 | 116 | 0 | 0.02 | 0.19 | 0.44 | 53.57 | 0.11 | 0.51 |
| Hex | 90 | 8D | 74 | 0 | 2 | 13 | 2C | 36 | B | 33 |
| Octal | 220 | 215 | 164 | 0 | 2 | 23 | 54 | 66 | 13 | 63 |
| Binary | 10010000 | 10001101 | 1110100 | 0 | 10 | 10011 | 101100 | 110110 | 1011 | 110011 |
Color Harmonies of #908D74
Complementary color
Monochromatic Colors of #908D74
Black with #908D74
Text Example
Text Example
White with #908D74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908D74; }
p { color: rgb(144,141,116); }
H1.HeaderClassName
{
color: #908D74;
}
.AnyTagClassName
{
color: #908D74;
}
</style>
background-color css
<style>
a { background-color: #908D74; }
a { background-color: rgb(144,141,116); }
div.DivClassName
{
background-color: #908D74;
}
.BgClassName
{
background-color: #908D74;
}
</style>
border-color css
<style>
span { border-color: #908D74; }
span { border-color: rgb(144,141,116); }
td.TdClassName
{
border-color: #908D74;
}
.TagClassName
{
border-color: #908D74;
}
</style>