Shades of Gurkha #99906B
Tints of Gurkha #99906B
RGB
CMYK
RGB Variations
Color information
#99906B (or 0x99906B) is known color: Gurkha. HEX triplet: 99, 90 and 6B. RGB value is (153,144,107). Sum of RGB (Red+Green+Blue) = 153+144+107=404 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.87% from 404); Green value is 144 (56.64% from 255 or 35.64% from 404); Blue value is 107 (42.19% from 255 or 26.49% from 404); Max value from RGB is 153 - color contains mainly: red. Hex color #99906B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99906B is #666F94. Grayscale: #8E8E8E. Windows color (decimal): -6713237 or 7049369. OLE color: 7049369.
HSL color Cylindrical-coordinate representation of color #99906B: hue angle of 48.26º 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 #99906B is Cyan = 0, Magento = 0.06, Yellow = 0.30 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 144 | 107 | - |
| CMYK | 0 | 0.06 | 0.30 | 0.4 |
| HSL | 48.26º | 0.18% | 0.51% | - |
| HSV(B) | 48.26º | 0.3% | 0.6% | - |
| XYZ | 25.76 | 27.78 | 17.91 | - |
| YUV | 142.47 | 107.98 | 135.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 144 | 107 | 0 | 0.06 | 0.30 | 0.4 | 48.26 | 0.18 | 0.51 |
| Hex | 99 | 90 | 6B | 0 | 6 | 1E | 28 | 30 | 12 | 33 |
| Octal | 231 | 220 | 153 | 0 | 6 | 36 | 50 | 60 | 22 | 63 |
| Binary | 10011001 | 10010000 | 1101011 | 0 | 110 | 11110 | 101000 | 110000 | 10010 | 110011 |
Color Harmonies of #99906B
Complementary color
Monochromatic Colors of #99906B
Black with #99906B
Text Example
Text Example
White with #99906B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99906B; }
p { color: rgb(153,144,107); }
H1.HeaderClassName
{
color: #99906B;
}
.AnyTagClassName
{
color: #99906B;
}
</style>
background-color css
<style>
a { background-color: #99906B; }
a { background-color: rgb(153,144,107); }
div.DivClassName
{
background-color: #99906B;
}
.BgClassName
{
background-color: #99906B;
}
</style>
border-color css
<style>
span { border-color: #99906B; }
span { border-color: rgb(153,144,107); }
td.TdClassName
{
border-color: #99906B;
}
.TagClassName
{
border-color: #99906B;
}
</style>