Shades of Gurkha #9B956B
Tints of Gurkha #9B956B
RGB
CMYK
RGB Variations
Color information
#9B956B (or 0x9B956B) is known color: Gurkha. HEX triplet: 9B, 95 and 6B. RGB value is (155,149,107). Sum of RGB (Red+Green+Blue) = 155+149+107=411 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.71% from 411); Green value is 149 (58.59% from 255 or 36.25% from 411); Blue value is 107 (42.19% from 255 or 26.03% from 411); Max value from RGB is 155 - color contains mainly: red. Hex color #9B956B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B956B is #646A94. Grayscale: #929292. Windows color (decimal): -6580885 or 7050651. OLE color: 7050651.
HSL color Cylindrical-coordinate representation of color #9B956B: hue angle of 52.5º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9B956B is Cyan = 0, Magento = 0.04, Yellow = 0.31 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 149 | 107 | - |
| CMYK | 0 | 0.04 | 0.31 | 0.39 |
| HSL | 52.5º | 0.19% | 0.51% | - |
| HSV(B) | 52.5º | 0.31% | 0.61% | - |
| XYZ | 26.92 | 29.52 | 18.19 | - |
| YUV | 146.01 | 105.99 | 134.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 149 | 107 | 0 | 0.04 | 0.31 | 0.39 | 52.5 | 0.19 | 0.51 |
| Hex | 9B | 95 | 6B | 0 | 4 | 1F | 27 | 34 | 13 | 33 |
| Octal | 233 | 225 | 153 | 0 | 4 | 37 | 47 | 64 | 23 | 63 |
| Binary | 10011011 | 10010101 | 1101011 | 0 | 100 | 11111 | 100111 | 110100 | 10011 | 110011 |
Color Harmonies of #9B956B
Complementary color
Monochromatic Colors of #9B956B
Black with #9B956B
Text Example
Text Example
White with #9B956B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B956B; }
p { color: rgb(155,149,107); }
H1.HeaderClassName
{
color: #9B956B;
}
.AnyTagClassName
{
color: #9B956B;
}
</style>
background-color css
<style>
a { background-color: #9B956B; }
a { background-color: rgb(155,149,107); }
div.DivClassName
{
background-color: #9B956B;
}
.BgClassName
{
background-color: #9B956B;
}
</style>
border-color css
<style>
span { border-color: #9B956B; }
span { border-color: rgb(155,149,107); }
td.TdClassName
{
border-color: #9B956B;
}
.TagClassName
{
border-color: #9B956B;
}
</style>