Shades of Gurkha #908B6D
Tints of Gurkha #908B6D
RGB
CMYK
RGB Variations
Color information
#908B6D (or 0x908B6D) is known color: Gurkha. HEX triplet: 90, 8B and 6D. RGB value is (144,139,109). Sum of RGB (Red+Green+Blue) = 144+139+109=392 (51% of max value = 765). Red value is 144 (56.64% from 255 or 36.73% from 392); Green value is 139 (54.69% from 255 or 35.46% from 392); Blue value is 109 (42.97% from 255 or 27.81% from 392); Max value from RGB is 144 - color contains mainly: red. Hex color #908B6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908B6D is #6F7492. Grayscale: #898989. Windows color (decimal): -7304339 or 7179152. OLE color: 7179152.
HSL color Cylindrical-coordinate representation of color #908B6D: hue angle of 51.43º 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 #908B6D is Cyan = 0, Magento = 0.03, Yellow = 0.24 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 139 | 109 | - |
| CMYK | 0 | 0.03 | 0.24 | 0.44 |
| HSL | 51.43º | 0.14% | 0.5% | - |
| HSV(B) | 51.43º | 0.24% | 0.56% | - |
| XYZ | 23.49 | 25.5 | 18.15 | - |
| YUV | 137.08 | 112.16 | 132.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 139 | 109 | 0 | 0.03 | 0.24 | 0.44 | 51.43 | 0.14 | 0.5 |
| Hex | 90 | 8B | 6D | 0 | 3 | 18 | 2C | 33 | E | 32 |
| Octal | 220 | 213 | 155 | 0 | 3 | 30 | 54 | 63 | 16 | 62 |
| Binary | 10010000 | 10001011 | 1101101 | 0 | 11 | 11000 | 101100 | 110011 | 1110 | 110010 |
Color Harmonies of #908B6D
Complementary color
Monochromatic Colors of #908B6D
Black with #908B6D
Text Example
Text Example
White with #908B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908B6D; }
p { color: rgb(144,139,109); }
H1.HeaderClassName
{
color: #908B6D;
}
.AnyTagClassName
{
color: #908B6D;
}
</style>
background-color css
<style>
a { background-color: #908B6D; }
a { background-color: rgb(144,139,109); }
div.DivClassName
{
background-color: #908B6D;
}
.BgClassName
{
background-color: #908B6D;
}
</style>
border-color css
<style>
span { border-color: #908B6D; }
span { border-color: rgb(144,139,109); }
td.TdClassName
{
border-color: #908B6D;
}
.TagClassName
{
border-color: #908B6D;
}
</style>