Shades of Gurkha #99946B
Tints of Gurkha #99946B
RGB
CMYK
RGB Variations
Color information
#99946B (or 0x99946B) is known color: Gurkha. HEX triplet: 99, 94 and 6B. RGB value is (153,148,107). Sum of RGB (Red+Green+Blue) = 153+148+107=408 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.5% from 408); Green value is 148 (58.20% from 255 or 36.27% from 408); Blue value is 107 (42.19% from 255 or 26.23% from 408); Max value from RGB is 153 - color contains mainly: red. Hex color #99946B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99946B is #666B94. Grayscale: #909090. Windows color (decimal): -6712213 or 7050393. OLE color: 7050393.
HSL color Cylindrical-coordinate representation of color #99946B: hue angle of 53.48º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #99946B is Cyan = 0, Magento = 0.03, Yellow = 0.30 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 148 | 107 | - |
| CMYK | 0 | 0.03 | 0.30 | 0.4 |
| HSL | 53.48º | 0.18% | 0.51% | - |
| HSV(B) | 53.48º | 0.3% | 0.6% | - |
| XYZ | 26.38 | 29.01 | 18.12 | - |
| YUV | 144.82 | 106.66 | 133.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 148 | 107 | 0 | 0.03 | 0.30 | 0.4 | 53.48 | 0.18 | 0.51 |
| Hex | 99 | 94 | 6B | 0 | 3 | 1E | 28 | 35 | 12 | 33 |
| Octal | 231 | 224 | 153 | 0 | 3 | 36 | 50 | 65 | 22 | 63 |
| Binary | 10011001 | 10010100 | 1101011 | 0 | 11 | 11110 | 101000 | 110101 | 10010 | 110011 |
Color Harmonies of #99946B
Complementary color
Monochromatic Colors of #99946B
Black with #99946B
Text Example
Text Example
White with #99946B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99946B; }
p { color: rgb(153,148,107); }
H1.HeaderClassName
{
color: #99946B;
}
.AnyTagClassName
{
color: #99946B;
}
</style>
background-color css
<style>
a { background-color: #99946B; }
a { background-color: rgb(153,148,107); }
div.DivClassName
{
background-color: #99946B;
}
.BgClassName
{
background-color: #99946B;
}
</style>
border-color css
<style>
span { border-color: #99946B; }
span { border-color: rgb(153,148,107); }
td.TdClassName
{
border-color: #99946B;
}
.TagClassName
{
border-color: #99946B;
}
</style>