Shades of Gurkha #90896D
Tints of Gurkha #90896D
RGB
CMYK
RGB Variations
Color information
#90896D (or 0x90896D) is known color: Gurkha. HEX triplet: 90, 89 and 6D. RGB value is (144,137,109). Sum of RGB (Red+Green+Blue) = 144+137+109=390 (51% of max value = 765). Red value is 144 (56.64% from 255 or 36.92% from 390); Green value is 137 (53.91% from 255 or 35.13% from 390); Blue value is 109 (42.97% from 255 or 27.95% from 390); Max value from RGB is 144 - color contains mainly: red. Hex color #90896D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90896D is #6F7692. Grayscale: #888888. Windows color (decimal): -7304851 or 7178640. OLE color: 7178640.
HSL color Cylindrical-coordinate representation of color #90896D: hue angle of 48º degrees, saturation: 0.14, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #90896D is Cyan = 0, Magento = 0.05, Yellow = 0.24 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 137 | 109 | - |
| CMYK | 0 | 0.05 | 0.24 | 0.44 |
| HSL | 48º | 0.14% | 0.5% | - |
| HSV(B) | 48º | 0.24% | 0.56% | - |
| XYZ | 23.21 | 24.92 | 18.06 | - |
| YUV | 135.9 | 112.82 | 133.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 137 | 109 | 0 | 0.05 | 0.24 | 0.44 | 48 | 0.14 | 0.5 |
| Hex | 90 | 89 | 6D | 0 | 5 | 18 | 2C | 30 | E | 32 |
| Octal | 220 | 211 | 155 | 0 | 5 | 30 | 54 | 60 | 16 | 62 |
| Binary | 10010000 | 10001001 | 1101101 | 0 | 101 | 11000 | 101100 | 110000 | 1110 | 110010 |
Color Harmonies of #90896D
Complementary color
Monochromatic Colors of #90896D
Black with #90896D
Text Example
Text Example
White with #90896D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90896D; }
p { color: rgb(144,137,109); }
H1.HeaderClassName
{
color: #90896D;
}
.AnyTagClassName
{
color: #90896D;
}
</style>
background-color css
<style>
a { background-color: #90896D; }
a { background-color: rgb(144,137,109); }
div.DivClassName
{
background-color: #90896D;
}
.BgClassName
{
background-color: #90896D;
}
</style>
border-color css
<style>
span { border-color: #90896D; }
span { border-color: rgb(144,137,109); }
td.TdClassName
{
border-color: #90896D;
}
.TagClassName
{
border-color: #90896D;
}
</style>