Shades of Gurkha #9F9269
Tints of Gurkha #9F9269
RGB
CMYK
RGB Variations
Color information
#9F9269 (or 0x9F9269) is known color: Gurkha. HEX triplet: 9F, 92 and 69. RGB value is (159,146,105). Sum of RGB (Red+Green+Blue) = 159+146+105=410 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.78% from 410); Green value is 146 (57.42% from 255 or 35.61% from 410); Blue value is 105 (41.41% from 255 or 25.61% from 410); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9269 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F9269 is #606D96. Grayscale: #919191. Windows color (decimal): -6319511 or 6918815. OLE color: 6918815.
HSL color Cylindrical-coordinate representation of color #9F9269: hue angle of 45.56º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9F9269 is Cyan = 0, Magento = 0.08, Yellow = 0.34 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 146 | 105 | - |
| CMYK | 0 | 0.08 | 0.34 | 0.38 |
| HSL | 45.56º | 0.22% | 0.52% | - |
| HSV(B) | 45.56º | 0.34% | 0.62% | - |
| XYZ | 27.13 | 28.95 | 17.52 | - |
| YUV | 145.21 | 105.31 | 137.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 146 | 105 | 0 | 0.08 | 0.34 | 0.38 | 45.56 | 0.22 | 0.52 |
| Hex | 9F | 92 | 69 | 0 | 8 | 22 | 26 | 2E | 16 | 34 |
| Octal | 237 | 222 | 151 | 0 | 10 | 42 | 46 | 56 | 26 | 64 |
| Binary | 10011111 | 10010010 | 1101001 | 0 | 1000 | 100010 | 100110 | 101110 | 10110 | 110100 |
Color Harmonies of #9F9269
Complementary color
Monochromatic Colors of #9F9269
Black with #9F9269
Text Example
Text Example
White with #9F9269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F9269; }
p { color: rgb(159,146,105); }
H1.HeaderClassName
{
color: #9F9269;
}
.AnyTagClassName
{
color: #9F9269;
}
</style>
background-color css
<style>
a { background-color: #9F9269; }
a { background-color: rgb(159,146,105); }
div.DivClassName
{
background-color: #9F9269;
}
.BgClassName
{
background-color: #9F9269;
}
</style>
border-color css
<style>
span { border-color: #9F9269; }
span { border-color: rgb(159,146,105); }
td.TdClassName
{
border-color: #9F9269;
}
.TagClassName
{
border-color: #9F9269;
}
</style>