Shades of Gurkha #968C6B
Tints of Gurkha #968C6B
RGB
CMYK
RGB Variations
Color information
#968C6B (or 0x968C6B) is known color: Gurkha. HEX triplet: 96, 8C and 6B. RGB value is (150,140,107). Sum of RGB (Red+Green+Blue) = 150+140+107=397 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.78% from 397); Green value is 140 (55.08% from 255 or 35.26% from 397); Blue value is 107 (42.19% from 255 or 26.95% from 397); Max value from RGB is 150 - color contains mainly: red. Hex color #968C6B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968C6B is #697394. Grayscale: #8B8B8B. Windows color (decimal): -6910869 or 7048342. OLE color: 7048342.
HSL color Cylindrical-coordinate representation of color #968C6B: hue angle of 46.05º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #968C6B is Cyan = 0, Magento = 0.07, Yellow = 0.29 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 140 | 107 | - |
| CMYK | 0 | 0.07 | 0.29 | 0.41 |
| HSL | 46.05º | 0.17% | 0.5% | - |
| HSV(B) | 46.05º | 0.29% | 0.59% | - |
| XYZ | 24.61 | 26.3 | 17.69 | - |
| YUV | 139.23 | 109.81 | 135.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 140 | 107 | 0 | 0.07 | 0.29 | 0.41 | 46.05 | 0.17 | 0.5 |
| Hex | 96 | 8C | 6B | 0 | 7 | 1D | 29 | 2E | 11 | 32 |
| Octal | 226 | 214 | 153 | 0 | 7 | 35 | 51 | 56 | 21 | 62 |
| Binary | 10010110 | 10001100 | 1101011 | 0 | 111 | 11101 | 101001 | 101110 | 10001 | 110010 |
Color Harmonies of #968C6B
Complementary color
Monochromatic Colors of #968C6B
Black with #968C6B
Text Example
Text Example
White with #968C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968C6B; }
p { color: rgb(150,140,107); }
H1.HeaderClassName
{
color: #968C6B;
}
.AnyTagClassName
{
color: #968C6B;
}
</style>
background-color css
<style>
a { background-color: #968C6B; }
a { background-color: rgb(150,140,107); }
div.DivClassName
{
background-color: #968C6B;
}
.BgClassName
{
background-color: #968C6B;
}
</style>
border-color css
<style>
span { border-color: #968C6B; }
span { border-color: rgb(150,140,107); }
td.TdClassName
{
border-color: #968C6B;
}
.TagClassName
{
border-color: #968C6B;
}
</style>