Shades of Gurkha #98936C
Tints of Gurkha #98936C
RGB
CMYK
RGB Variations
Color information
#98936C (or 0x98936C) is known color: Gurkha. HEX triplet: 98, 93 and 6C. RGB value is (152,147,108). Sum of RGB (Red+Green+Blue) = 152+147+108=407 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.35% from 407); Green value is 147 (57.81% from 255 or 36.12% from 407); Blue value is 108 (42.58% from 255 or 26.54% from 407); Max value from RGB is 152 - color contains mainly: red. Hex color #98936C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98936C is #676C93. Grayscale: #909090. Windows color (decimal): -6778004 or 7115672. OLE color: 7115672.
HSL color Cylindrical-coordinate representation of color #98936C: hue angle of 53.18º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #98936C is Cyan = 0, Magento = 0.03, Yellow = 0.29 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 147 | 108 | - |
| CMYK | 0 | 0.03 | 0.29 | 0.40 |
| HSL | 53.18º | 0.18% | 0.51% | - |
| HSV(B) | 53.18º | 0.29% | 0.6% | - |
| XYZ | 26.09 | 28.63 | 18.34 | - |
| YUV | 144.05 | 107.66 | 133.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 147 | 108 | 0 | 0.03 | 0.29 | 0.40 | 53.18 | 0.18 | 0.51 |
| Hex | 98 | 93 | 6C | 0 | 3 | 1D | 28 | 35 | 12 | 33 |
| Octal | 230 | 223 | 154 | 0 | 3 | 35 | 50 | 65 | 22 | 63 |
| Binary | 10011000 | 10010011 | 1101100 | 0 | 11 | 11101 | 101000 | 110101 | 10010 | 110011 |
Color Harmonies of #98936C
Complementary color
Monochromatic Colors of #98936C
Black with #98936C
Text Example
Text Example
White with #98936C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98936C; }
p { color: rgb(152,147,108); }
H1.HeaderClassName
{
color: #98936C;
}
.AnyTagClassName
{
color: #98936C;
}
</style>
background-color css
<style>
a { background-color: #98936C; }
a { background-color: rgb(152,147,108); }
div.DivClassName
{
background-color: #98936C;
}
.BgClassName
{
background-color: #98936C;
}
</style>
border-color css
<style>
span { border-color: #98936C; }
span { border-color: rgb(152,147,108); }
td.TdClassName
{
border-color: #98936C;
}
.TagClassName
{
border-color: #98936C;
}
</style>