Shades of Gurkha #99906A
Tints of Gurkha #99906A
RGB
CMYK
RGB Variations
Color information
#99906A (or 0x99906A) is known color: Gurkha. HEX triplet: 99, 90 and 6A. RGB value is (153,144,106). Sum of RGB (Red+Green+Blue) = 153+144+106=403 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.97% from 403); Green value is 144 (56.64% from 255 or 35.73% from 403); Blue value is 106 (41.80% from 255 or 26.30% from 403); Max value from RGB is 153 - color contains mainly: red. Hex color #99906A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99906A is #666F95. Grayscale: #8E8E8E. Windows color (decimal): -6713238 or 6983833. OLE color: 6983833.
HSL color Cylindrical-coordinate representation of color #99906A: hue angle of 48.51º 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 #99906A is Cyan = 0, Magento = 0.06, Yellow = 0.31 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 144 | 106 | - |
| CMYK | 0 | 0.06 | 0.31 | 0.4 |
| HSL | 48.51º | 0.19% | 0.51% | - |
| HSV(B) | 48.51º | 0.31% | 0.6% | - |
| XYZ | 25.71 | 27.76 | 17.64 | - |
| YUV | 142.36 | 107.48 | 135.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 144 | 106 | 0 | 0.06 | 0.31 | 0.4 | 48.51 | 0.19 | 0.51 |
| Hex | 99 | 90 | 6A | 0 | 6 | 1F | 28 | 31 | 13 | 33 |
| Octal | 231 | 220 | 152 | 0 | 6 | 37 | 50 | 61 | 23 | 63 |
| Binary | 10011001 | 10010000 | 1101010 | 0 | 110 | 11111 | 101000 | 110001 | 10011 | 110011 |
Color Harmonies of #99906A
Complementary color
Monochromatic Colors of #99906A
Black with #99906A
Text Example
Text Example
White with #99906A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99906A; }
p { color: rgb(153,144,106); }
H1.HeaderClassName
{
color: #99906A;
}
.AnyTagClassName
{
color: #99906A;
}
</style>
background-color css
<style>
a { background-color: #99906A; }
a { background-color: rgb(153,144,106); }
div.DivClassName
{
background-color: #99906A;
}
.BgClassName
{
background-color: #99906A;
}
</style>
border-color css
<style>
span { border-color: #99906A; }
span { border-color: rgb(153,144,106); }
td.TdClassName
{
border-color: #99906A;
}
.TagClassName
{
border-color: #99906A;
}
</style>