Shades of Gurkha #9F945A
Tints of Gurkha #9F945A
RGB
CMYK
RGB Variations
Color information
#9F945A (or 0x9F945A) is known color: Gurkha. HEX triplet: 9F, 94 and 5A. RGB value is (159,148,90). Sum of RGB (Red+Green+Blue) = 159+148+90=397 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.05% from 397); Green value is 148 (58.20% from 255 or 37.28% from 397); Blue value is 90 (35.55% from 255 or 22.67% from 397); Max value from RGB is 159 - color contains mainly: red. Hex color #9F945A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F945A is #606BA5. Grayscale: #909090. Windows color (decimal): -6319014 or 5936287. OLE color: 5936287.
HSL color Cylindrical-coordinate representation of color #9F945A: hue angle of 50.43º degrees, saturation: 0.28, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9F945A is Cyan = 0, Magento = 0.07, Yellow = 0.43 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 148 | 90 | - |
| CMYK | 0 | 0.07 | 0.43 | 0.38 |
| HSL | 50.43º | 0.28% | 0.49% | - |
| HSV(B) | 50.43º | 0.43% | 0.62% | - |
| XYZ | 26.73 | 29.29 | 13.92 | - |
| YUV | 144.68 | 97.14 | 138.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 148 | 90 | 0 | 0.07 | 0.43 | 0.38 | 50.43 | 0.28 | 0.49 |
| Hex | 9F | 94 | 5A | 0 | 7 | 2B | 26 | 32 | 1C | 31 |
| Octal | 237 | 224 | 132 | 0 | 7 | 53 | 46 | 62 | 34 | 61 |
| Binary | 10011111 | 10010100 | 1011010 | 0 | 111 | 101011 | 100110 | 110010 | 11100 | 110001 |
Color Harmonies of #9F945A
Complementary color
Monochromatic Colors of #9F945A
Black with #9F945A
Text Example
Text Example
White with #9F945A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F945A; }
p { color: rgb(159,148,90); }
H1.HeaderClassName
{
color: #9F945A;
}
.AnyTagClassName
{
color: #9F945A;
}
</style>
background-color css
<style>
a { background-color: #9F945A; }
a { background-color: rgb(159,148,90); }
div.DivClassName
{
background-color: #9F945A;
}
.BgClassName
{
background-color: #9F945A;
}
</style>
border-color css
<style>
span { border-color: #9F945A; }
span { border-color: rgb(159,148,90); }
td.TdClassName
{
border-color: #9F945A;
}
.TagClassName
{
border-color: #9F945A;
}
</style>