Shades of Gurkha #9B9268
Tints of Gurkha #9B9268
RGB
CMYK
RGB Variations
Color information
#9B9268 (or 0x9B9268) is known color: Gurkha. HEX triplet: 9B, 92 and 68. RGB value is (155,146,104). Sum of RGB (Red+Green+Blue) = 155+146+104=405 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.27% from 405); Green value is 146 (57.42% from 255 or 36.05% from 405); Blue value is 104 (41.02% from 255 or 25.68% from 405); Max value from RGB is 155 - color contains mainly: red. Hex color #9B9268 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B9268 is #646D97. Grayscale: #909090. Windows color (decimal): -6581656 or 6853275. OLE color: 6853275.
HSL color Cylindrical-coordinate representation of color #9B9268: hue angle of 49.41º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9B9268 is Cyan = 0, Magento = 0.06, Yellow = 0.33 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 146 | 104 | - |
| CMYK | 0 | 0.06 | 0.33 | 0.39 |
| HSL | 49.41º | 0.2% | 0.51% | - |
| HSV(B) | 49.41º | 0.33% | 0.61% | - |
| XYZ | 26.3 | 28.53 | 17.22 | - |
| YUV | 143.9 | 105.48 | 135.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 146 | 104 | 0 | 0.06 | 0.33 | 0.39 | 49.41 | 0.2 | 0.51 |
| Hex | 9B | 92 | 68 | 0 | 6 | 21 | 27 | 31 | 14 | 33 |
| Octal | 233 | 222 | 150 | 0 | 6 | 41 | 47 | 61 | 24 | 63 |
| Binary | 10011011 | 10010010 | 1101000 | 0 | 110 | 100001 | 100111 | 110001 | 10100 | 110011 |
Color Harmonies of #9B9268
Complementary color
Monochromatic Colors of #9B9268
Black with #9B9268
Text Example
Text Example
White with #9B9268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B9268; }
p { color: rgb(155,146,104); }
H1.HeaderClassName
{
color: #9B9268;
}
.AnyTagClassName
{
color: #9B9268;
}
</style>
background-color css
<style>
a { background-color: #9B9268; }
a { background-color: rgb(155,146,104); }
div.DivClassName
{
background-color: #9B9268;
}
.BgClassName
{
background-color: #9B9268;
}
</style>
border-color css
<style>
span { border-color: #9B9268; }
span { border-color: rgb(155,146,104); }
td.TdClassName
{
border-color: #9B9268;
}
.TagClassName
{
border-color: #9B9268;
}
</style>