Shades of Gurkha #988B67
Tints of Gurkha #988B67
RGB
CMYK
RGB Variations
Color information
#988B67 (or 0x988B67) is known color: Gurkha. HEX triplet: 98, 8B and 67. RGB value is (152,139,103). Sum of RGB (Red+Green+Blue) = 152+139+103=394 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.58% from 394); Green value is 139 (54.69% from 255 or 35.28% from 394); Blue value is 103 (40.62% from 255 or 26.14% from 394); Max value from RGB is 152 - color contains mainly: red. Hex color #988B67 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988B67 is #677498. Grayscale: #8A8A8A. Windows color (decimal): -6780057 or 6785944. OLE color: 6785944.
HSL color Cylindrical-coordinate representation of color #988B67: hue angle of 44.08º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #988B67 is Cyan = 0, Magento = 0.09, Yellow = 0.32 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 139 | 103 | - |
| CMYK | 0 | 0.09 | 0.32 | 0.40 |
| HSL | 44.08º | 0.19% | 0.5% | - |
| HSV(B) | 44.08º | 0.32% | 0.6% | - |
| XYZ | 24.63 | 26.12 | 16.58 | - |
| YUV | 138.78 | 107.81 | 137.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 139 | 103 | 0 | 0.09 | 0.32 | 0.40 | 44.08 | 0.19 | 0.5 |
| Hex | 98 | 8B | 67 | 0 | 9 | 20 | 28 | 2C | 13 | 32 |
| Octal | 230 | 213 | 147 | 0 | 11 | 40 | 50 | 54 | 23 | 62 |
| Binary | 10011000 | 10001011 | 1100111 | 0 | 1001 | 100000 | 101000 | 101100 | 10011 | 110010 |
Color Harmonies of #988B67
Complementary color
Monochromatic Colors of #988B67
Black with #988B67
Text Example
Text Example
White with #988B67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #988B67; }
p { color: rgb(152,139,103); }
H1.HeaderClassName
{
color: #988B67;
}
.AnyTagClassName
{
color: #988B67;
}
</style>
background-color css
<style>
a { background-color: #988B67; }
a { background-color: rgb(152,139,103); }
div.DivClassName
{
background-color: #988B67;
}
.BgClassName
{
background-color: #988B67;
}
</style>
border-color css
<style>
span { border-color: #988B67; }
span { border-color: rgb(152,139,103); }
td.TdClassName
{
border-color: #988B67;
}
.TagClassName
{
border-color: #988B67;
}
</style>