Shades of Gurkha #9B9168
Tints of Gurkha #9B9168
RGB
CMYK
RGB Variations
Color information
#9B9168 (or 0x9B9168) is known color: Gurkha. HEX triplet: 9B, 91 and 68. RGB value is (155,145,104). Sum of RGB (Red+Green+Blue) = 155+145+104=404 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.37% from 404); Green value is 145 (57.03% from 255 or 35.89% from 404); Blue value is 104 (41.02% from 255 or 25.74% from 404); Max value from RGB is 155 - color contains mainly: red. Hex color #9B9168 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B9168 is #646E97. Grayscale: #8F8F8F. Windows color (decimal): -6581912 or 6853019. OLE color: 6853019.
HSL color Cylindrical-coordinate representation of color #9B9168: hue angle of 48.24º 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 #9B9168 is Cyan = 0, Magento = 0.06, Yellow = 0.33 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 145 | 104 | - |
| CMYK | 0 | 0.06 | 0.33 | 0.39 |
| HSL | 48.24º | 0.2% | 0.51% | - |
| HSV(B) | 48.24º | 0.33% | 0.61% | - |
| XYZ | 26.14 | 28.22 | 17.17 | - |
| YUV | 143.32 | 105.81 | 136.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 145 | 104 | 0 | 0.06 | 0.33 | 0.39 | 48.24 | 0.2 | 0.51 |
| Hex | 9B | 91 | 68 | 0 | 6 | 21 | 27 | 30 | 14 | 33 |
| Octal | 233 | 221 | 150 | 0 | 6 | 41 | 47 | 60 | 24 | 63 |
| Binary | 10011011 | 10010001 | 1101000 | 0 | 110 | 100001 | 100111 | 110000 | 10100 | 110011 |
Color Harmonies of #9B9168
Complementary color
Monochromatic Colors of #9B9168
Black with #9B9168
Text Example
Text Example
White with #9B9168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B9168; }
p { color: rgb(155,145,104); }
H1.HeaderClassName
{
color: #9B9168;
}
.AnyTagClassName
{
color: #9B9168;
}
</style>
background-color css
<style>
a { background-color: #9B9168; }
a { background-color: rgb(155,145,104); }
div.DivClassName
{
background-color: #9B9168;
}
.BgClassName
{
background-color: #9B9168;
}
</style>
border-color css
<style>
span { border-color: #9B9168; }
span { border-color: rgb(155,145,104); }
td.TdClassName
{
border-color: #9B9168;
}
.TagClassName
{
border-color: #9B9168;
}
</style>