Shades of Gurkha #99926A
Tints of Gurkha #99926A
RGB
CMYK
RGB Variations
Color information
#99926A (or 0x99926A) is known color: Gurkha. HEX triplet: 99, 92 and 6A. RGB value is (153,146,106). Sum of RGB (Red+Green+Blue) = 153+146+106=405 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.78% from 405); Green value is 146 (57.42% from 255 or 36.05% from 405); Blue value is 106 (41.80% from 255 or 26.17% from 405); Max value from RGB is 153 - color contains mainly: red. Hex color #99926A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99926A is #666D95. Grayscale: #8F8F8F. Windows color (decimal): -6712726 or 6984345. OLE color: 6984345.
HSL color Cylindrical-coordinate representation of color #99926A: hue angle of 51.06º 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 #99926A is Cyan = 0, Magento = 0.05, Yellow = 0.31 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 146 | 106 | - |
| CMYK | 0 | 0.05 | 0.31 | 0.4 |
| HSL | 51.06º | 0.19% | 0.51% | - |
| HSV(B) | 51.06º | 0.31% | 0.6% | - |
| XYZ | 26.02 | 28.37 | 17.74 | - |
| YUV | 143.53 | 106.82 | 134.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 146 | 106 | 0 | 0.05 | 0.31 | 0.4 | 51.06 | 0.19 | 0.51 |
| Hex | 99 | 92 | 6A | 0 | 5 | 1F | 28 | 33 | 13 | 33 |
| Octal | 231 | 222 | 152 | 0 | 5 | 37 | 50 | 63 | 23 | 63 |
| Binary | 10011001 | 10010010 | 1101010 | 0 | 101 | 11111 | 101000 | 110011 | 10011 | 110011 |
Color Harmonies of #99926A
Complementary color
Monochromatic Colors of #99926A
Black with #99926A
Text Example
Text Example
White with #99926A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99926A; }
p { color: rgb(153,146,106); }
H1.HeaderClassName
{
color: #99926A;
}
.AnyTagClassName
{
color: #99926A;
}
</style>
background-color css
<style>
a { background-color: #99926A; }
a { background-color: rgb(153,146,106); }
div.DivClassName
{
background-color: #99926A;
}
.BgClassName
{
background-color: #99926A;
}
</style>
border-color css
<style>
span { border-color: #99926A; }
span { border-color: rgb(153,146,106); }
td.TdClassName
{
border-color: #99926A;
}
.TagClassName
{
border-color: #99926A;
}
</style>