Shades of Gurkha #908D73
Tints of Gurkha #908D73
RGB
CMYK
RGB Variations
Color information
#908D73 (or 0x908D73) is known color: Gurkha. HEX triplet: 90, 8D and 73. RGB value is (144,141,115). Sum of RGB (Red+Green+Blue) = 144+141+115=400 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36% from 400); Green value is 141 (55.47% from 255 or 35.25% from 400); Blue value is 115 (45.31% from 255 or 28.75% from 400); Max value from RGB is 144 - color contains mainly: red. Hex color #908D73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908D73 is #6F728C. Grayscale: #8B8B8B. Windows color (decimal): -7303821 or 7572880. OLE color: 7572880.
HSL color Cylindrical-coordinate representation of color #908D73: hue angle of 53.79º 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 #908D73 is Cyan = 0, Magento = 0.02, Yellow = 0.20 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 141 | 115 | - |
| CMYK | 0 | 0.02 | 0.20 | 0.44 |
| HSL | 53.79º | 0.12% | 0.51% | - |
| HSV(B) | 53.79º | 0.2% | 0.56% | - |
| XYZ | 24.12 | 26.22 | 20.01 | - |
| YUV | 138.93 | 114.49 | 131.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 141 | 115 | 0 | 0.02 | 0.20 | 0.44 | 53.79 | 0.12 | 0.51 |
| Hex | 90 | 8D | 73 | 0 | 2 | 14 | 2C | 36 | C | 33 |
| Octal | 220 | 215 | 163 | 0 | 2 | 24 | 54 | 66 | 14 | 63 |
| Binary | 10010000 | 10001101 | 1110011 | 0 | 10 | 10100 | 101100 | 110110 | 1100 | 110011 |
Color Harmonies of #908D73
Complementary color
Monochromatic Colors of #908D73
Black with #908D73
Text Example
Text Example
White with #908D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908D73; }
p { color: rgb(144,141,115); }
H1.HeaderClassName
{
color: #908D73;
}
.AnyTagClassName
{
color: #908D73;
}
</style>
background-color css
<style>
a { background-color: #908D73; }
a { background-color: rgb(144,141,115); }
div.DivClassName
{
background-color: #908D73;
}
.BgClassName
{
background-color: #908D73;
}
</style>
border-color css
<style>
span { border-color: #908D73; }
span { border-color: rgb(144,141,115); }
td.TdClassName
{
border-color: #908D73;
}
.TagClassName
{
border-color: #908D73;
}
</style>