Shades of Gurkha #998F6A
Tints of Gurkha #998F6A
RGB
CMYK
RGB Variations
Color information
#998F6A (or 0x998F6A) is known color: Gurkha. HEX triplet: 99, 8F and 6A. RGB value is (153,143,106). Sum of RGB (Red+Green+Blue) = 153+143+106=402 (53% of max value = 765). Red value is 153 (60.16% from 255 or 38.06% from 402); Green value is 143 (56.25% from 255 or 35.57% from 402); Blue value is 106 (41.80% from 255 or 26.37% from 402); Max value from RGB is 153 - color contains mainly: red. Hex color #998F6A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998F6A is #667095. Grayscale: #8D8D8D. Windows color (decimal): -6713494 or 6983577. OLE color: 6983577.
HSL color Cylindrical-coordinate representation of color #998F6A: hue angle of 47.23º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #998F6A is Cyan = 0, Magento = 0.07, Yellow = 0.31 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 143 | 106 | - |
| CMYK | 0 | 0.07 | 0.31 | 0.4 |
| HSL | 47.23º | 0.19% | 0.51% | - |
| HSV(B) | 47.23º | 0.31% | 0.6% | - |
| XYZ | 25.56 | 27.46 | 17.59 | - |
| YUV | 141.77 | 107.81 | 136.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 143 | 106 | 0 | 0.07 | 0.31 | 0.4 | 47.23 | 0.19 | 0.51 |
| Hex | 99 | 8F | 6A | 0 | 7 | 1F | 28 | 2F | 13 | 33 |
| Octal | 231 | 217 | 152 | 0 | 7 | 37 | 50 | 57 | 23 | 63 |
| Binary | 10011001 | 10001111 | 1101010 | 0 | 111 | 11111 | 101000 | 101111 | 10011 | 110011 |
Color Harmonies of #998F6A
Complementary color
Monochromatic Colors of #998F6A
Black with #998F6A
Text Example
Text Example
White with #998F6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998F6A; }
p { color: rgb(153,143,106); }
H1.HeaderClassName
{
color: #998F6A;
}
.AnyTagClassName
{
color: #998F6A;
}
</style>
background-color css
<style>
a { background-color: #998F6A; }
a { background-color: rgb(153,143,106); }
div.DivClassName
{
background-color: #998F6A;
}
.BgClassName
{
background-color: #998F6A;
}
</style>
border-color css
<style>
span { border-color: #998F6A; }
span { border-color: rgb(153,143,106); }
td.TdClassName
{
border-color: #998F6A;
}
.TagClassName
{
border-color: #998F6A;
}
</style>