Shades of Gurkha #968B6B
Tints of Gurkha #968B6B
RGB
CMYK
RGB Variations
Color information
#968B6B (or 0x968B6B) is known color: Gurkha. HEX triplet: 96, 8B and 6B. RGB value is (150,139,107). Sum of RGB (Red+Green+Blue) = 150+139+107=396 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.88% from 396); Green value is 139 (54.69% from 255 or 35.10% from 396); Blue value is 107 (42.19% from 255 or 27.02% from 396); Max value from RGB is 150 - color contains mainly: red. Hex color #968B6B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968B6B is #697494. Grayscale: #8A8A8A. Windows color (decimal): -6911125 or 7048086. OLE color: 7048086.
HSL color Cylindrical-coordinate representation of color #968B6B: hue angle of 44.65º 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 #968B6B is Cyan = 0, Magento = 0.07, Yellow = 0.29 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 139 | 107 | - |
| CMYK | 0 | 0.07 | 0.29 | 0.41 |
| HSL | 44.65º | 0.17% | 0.5% | - |
| HSV(B) | 44.65º | 0.29% | 0.59% | - |
| XYZ | 24.46 | 26.01 | 17.64 | - |
| YUV | 138.64 | 110.14 | 136.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 139 | 107 | 0 | 0.07 | 0.29 | 0.41 | 44.65 | 0.17 | 0.5 |
| Hex | 96 | 8B | 6B | 0 | 7 | 1D | 29 | 2D | 11 | 32 |
| Octal | 226 | 213 | 153 | 0 | 7 | 35 | 51 | 55 | 21 | 62 |
| Binary | 10010110 | 10001011 | 1101011 | 0 | 111 | 11101 | 101001 | 101101 | 10001 | 110010 |
Color Harmonies of #968B6B
Complementary color
Monochromatic Colors of #968B6B
Black with #968B6B
Text Example
Text Example
White with #968B6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968B6B; }
p { color: rgb(150,139,107); }
H1.HeaderClassName
{
color: #968B6B;
}
.AnyTagClassName
{
color: #968B6B;
}
</style>
background-color css
<style>
a { background-color: #968B6B; }
a { background-color: rgb(150,139,107); }
div.DivClassName
{
background-color: #968B6B;
}
.BgClassName
{
background-color: #968B6B;
}
</style>
border-color css
<style>
span { border-color: #968B6B; }
span { border-color: rgb(150,139,107); }
td.TdClassName
{
border-color: #968B6B;
}
.TagClassName
{
border-color: #968B6B;
}
</style>