Shades of Gurkha #9B9462
Tints of Gurkha #9B9462
RGB
CMYK
RGB Variations
Color information
#9B9462 (or 0x9B9462) is known color: Gurkha. HEX triplet: 9B, 94 and 62. RGB value is (155,148,98). Sum of RGB (Red+Green+Blue) = 155+148+98=401 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.65% from 401); Green value is 148 (58.20% from 255 or 36.91% from 401); Blue value is 98 (38.67% from 255 or 24.44% from 401); Max value from RGB is 155 - color contains mainly: red. Hex color #9B9462 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B9462 is #646B9D. Grayscale: #909090. Windows color (decimal): -6581150 or 6460571. OLE color: 6460571.
HSL color Cylindrical-coordinate representation of color #9B9462: hue angle of 52.63º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9B9462 is Cyan = 0, Magento = 0.05, Yellow = 0.37 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 148 | 98 | - |
| CMYK | 0 | 0.05 | 0.37 | 0.39 |
| HSL | 52.63º | 0.23% | 0.5% | - |
| HSV(B) | 52.63º | 0.37% | 0.61% | - |
| XYZ | 26.31 | 29.03 | 15.77 | - |
| YUV | 144.39 | 101.82 | 135.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 148 | 98 | 0 | 0.05 | 0.37 | 0.39 | 52.63 | 0.23 | 0.5 |
| Hex | 9B | 94 | 62 | 0 | 5 | 25 | 27 | 35 | 17 | 32 |
| Octal | 233 | 224 | 142 | 0 | 5 | 45 | 47 | 65 | 27 | 62 |
| Binary | 10011011 | 10010100 | 1100010 | 0 | 101 | 100101 | 100111 | 110101 | 10111 | 110010 |
Color Harmonies of #9B9462
Complementary color
Monochromatic Colors of #9B9462
Black with #9B9462
Text Example
Text Example
White with #9B9462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B9462; }
p { color: rgb(155,148,98); }
H1.HeaderClassName
{
color: #9B9462;
}
.AnyTagClassName
{
color: #9B9462;
}
</style>
background-color css
<style>
a { background-color: #9B9462; }
a { background-color: rgb(155,148,98); }
div.DivClassName
{
background-color: #9B9462;
}
.BgClassName
{
background-color: #9B9462;
}
</style>
border-color css
<style>
span { border-color: #9B9462; }
span { border-color: rgb(155,148,98); }
td.TdClassName
{
border-color: #9B9462;
}
.TagClassName
{
border-color: #9B9462;
}
</style>