Shades of Gurkha #908A74
Tints of Gurkha #908A74
RGB
CMYK
RGB Variations
Color information
#908A74 (or 0x908A74) is known color: Gurkha. HEX triplet: 90, 8A and 74. RGB value is (144,138,116). Sum of RGB (Red+Green+Blue) = 144+138+116=398 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.18% from 398); Green value is 138 (54.30% from 255 or 34.67% from 398); Blue value is 116 (45.70% from 255 or 29.15% from 398); Max value from RGB is 144 - color contains mainly: red. Hex color #908A74 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908A74 is #6F758B. Grayscale: #898989. Windows color (decimal): -7304588 or 7637648. OLE color: 7637648.
HSL color Cylindrical-coordinate representation of color #908A74: hue angle of 47.14º 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 #908A74 is Cyan = 0, Magento = 0.04, Yellow = 0.19 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 138 | 116 | - |
| CMYK | 0 | 0.04 | 0.19 | 0.44 |
| HSL | 47.14º | 0.11% | 0.51% | - |
| HSV(B) | 47.14º | 0.19% | 0.56% | - |
| XYZ | 23.74 | 25.37 | 20.17 | - |
| YUV | 137.29 | 115.99 | 132.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 138 | 116 | 0 | 0.04 | 0.19 | 0.44 | 47.14 | 0.11 | 0.51 |
| Hex | 90 | 8A | 74 | 0 | 4 | 13 | 2C | 2F | B | 33 |
| Octal | 220 | 212 | 164 | 0 | 4 | 23 | 54 | 57 | 13 | 63 |
| Binary | 10010000 | 10001010 | 1110100 | 0 | 100 | 10011 | 101100 | 101111 | 1011 | 110011 |
Color Harmonies of #908A74
Complementary color
Monochromatic Colors of #908A74
Black with #908A74
Text Example
Text Example
White with #908A74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908A74; }
p { color: rgb(144,138,116); }
H1.HeaderClassName
{
color: #908A74;
}
.AnyTagClassName
{
color: #908A74;
}
</style>
background-color css
<style>
a { background-color: #908A74; }
a { background-color: rgb(144,138,116); }
div.DivClassName
{
background-color: #908A74;
}
.BgClassName
{
background-color: #908A74;
}
</style>
border-color css
<style>
span { border-color: #908A74; }
span { border-color: rgb(144,138,116); }
td.TdClassName
{
border-color: #908A74;
}
.TagClassName
{
border-color: #908A74;
}
</style>