Shades of Gurkha #908D72
Tints of Gurkha #908D72
RGB
CMYK
RGB Variations
Color information
#908D72 (or 0x908D72) is known color: Gurkha. HEX triplet: 90, 8D and 72. RGB value is (144,141,114). Sum of RGB (Red+Green+Blue) = 144+141+114=399 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.09% from 399); Green value is 141 (55.47% from 255 or 35.34% from 399); Blue value is 114 (44.92% from 255 or 28.57% from 399); Max value from RGB is 144 - color contains mainly: red. Hex color #908D72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908D72 is #6F728D. Grayscale: #8A8A8A. Windows color (decimal): -7303822 or 7507344. OLE color: 7507344.
HSL color Cylindrical-coordinate representation of color #908D72: hue angle of 54º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #908D72 is Cyan = 0, Magento = 0.02, Yellow = 0.21 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 141 | 114 | - |
| CMYK | 0 | 0.02 | 0.21 | 0.44 |
| HSL | 54º | 0.12% | 0.51% | - |
| HSV(B) | 54º | 0.21% | 0.56% | - |
| XYZ | 24.06 | 26.19 | 19.71 | - |
| YUV | 138.82 | 113.99 | 131.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 141 | 114 | 0 | 0.02 | 0.21 | 0.44 | 54 | 0.12 | 0.51 |
| Hex | 90 | 8D | 72 | 0 | 2 | 15 | 2C | 36 | C | 33 |
| Octal | 220 | 215 | 162 | 0 | 2 | 25 | 54 | 66 | 14 | 63 |
| Binary | 10010000 | 10001101 | 1110010 | 0 | 10 | 10101 | 101100 | 110110 | 1100 | 110011 |
Color Harmonies of #908D72
Complementary color
Monochromatic Colors of #908D72
Black with #908D72
Text Example
Text Example
White with #908D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908D72; }
p { color: rgb(144,141,114); }
H1.HeaderClassName
{
color: #908D72;
}
.AnyTagClassName
{
color: #908D72;
}
</style>
background-color css
<style>
a { background-color: #908D72; }
a { background-color: rgb(144,141,114); }
div.DivClassName
{
background-color: #908D72;
}
.BgClassName
{
background-color: #908D72;
}
</style>
border-color css
<style>
span { border-color: #908D72; }
span { border-color: rgb(144,141,114); }
td.TdClassName
{
border-color: #908D72;
}
.TagClassName
{
border-color: #908D72;
}
</style>