Shades of Gurkha #908C74
Tints of Gurkha #908C74
RGB
CMYK
RGB Variations
Color information
#908C74 (or 0x908C74) is known color: Gurkha. HEX triplet: 90, 8C and 74. RGB value is (144,140,116). Sum of RGB (Red+Green+Blue) = 144+140+116=400 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36% from 400); Green value is 140 (55.08% from 255 or 35% from 400); Blue value is 116 (45.70% from 255 or 29% from 400); Max value from RGB is 144 - color contains mainly: red. Hex color #908C74 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908C74 is #6F738B. Grayscale: #8A8A8A. Windows color (decimal): -7304076 or 7638160. OLE color: 7638160.
HSL color Cylindrical-coordinate representation of color #908C74: hue angle of 51.43º 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 #908C74 is Cyan = 0, Magento = 0.03, Yellow = 0.19 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 140 | 116 | - |
| CMYK | 0 | 0.03 | 0.19 | 0.44 |
| HSL | 51.43º | 0.11% | 0.51% | - |
| HSV(B) | 51.43º | 0.19% | 0.56% | - |
| XYZ | 24.03 | 25.95 | 20.26 | - |
| YUV | 138.46 | 115.33 | 131.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 140 | 116 | 0 | 0.03 | 0.19 | 0.44 | 51.43 | 0.11 | 0.51 |
| Hex | 90 | 8C | 74 | 0 | 3 | 13 | 2C | 33 | B | 33 |
| Octal | 220 | 214 | 164 | 0 | 3 | 23 | 54 | 63 | 13 | 63 |
| Binary | 10010000 | 10001100 | 1110100 | 0 | 11 | 10011 | 101100 | 110011 | 1011 | 110011 |
Color Harmonies of #908C74
Complementary color
Monochromatic Colors of #908C74
Black with #908C74
Text Example
Text Example
White with #908C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908C74; }
p { color: rgb(144,140,116); }
H1.HeaderClassName
{
color: #908C74;
}
.AnyTagClassName
{
color: #908C74;
}
</style>
background-color css
<style>
a { background-color: #908C74; }
a { background-color: rgb(144,140,116); }
div.DivClassName
{
background-color: #908C74;
}
.BgClassName
{
background-color: #908C74;
}
</style>
border-color css
<style>
span { border-color: #908C74; }
span { border-color: rgb(144,140,116); }
td.TdClassName
{
border-color: #908C74;
}
.TagClassName
{
border-color: #908C74;
}
</style>