Shades of Gurkha #958B6B
Tints of Gurkha #958B6B
RGB
CMYK
RGB Variations
Color information
#958B6B (or 0x958B6B) is known color: Gurkha. HEX triplet: 95, 8B and 6B. RGB value is (149,139,107). Sum of RGB (Red+Green+Blue) = 149+139+107=395 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.72% from 395); Green value is 139 (54.69% from 255 or 35.19% from 395); Blue value is 107 (42.19% from 255 or 27.09% from 395); Max value from RGB is 149 - color contains mainly: red. Hex color #958B6B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958B6B is #6A7494. Grayscale: #8A8A8A. Windows color (decimal): -6976661 or 7048085. OLE color: 7048085.
HSL color Cylindrical-coordinate representation of color #958B6B: hue angle of 45.71º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #958B6B is Cyan = 0, Magento = 0.07, Yellow = 0.28 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 139 | 107 | - |
| CMYK | 0 | 0.07 | 0.28 | 0.42 |
| HSL | 45.71º | 0.17% | 0.5% | - |
| HSV(B) | 45.71º | 0.28% | 0.58% | - |
| XYZ | 24.28 | 25.92 | 17.63 | - |
| YUV | 138.34 | 110.31 | 135.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 139 | 107 | 0 | 0.07 | 0.28 | 0.42 | 45.71 | 0.17 | 0.5 |
| Hex | 95 | 8B | 6B | 0 | 7 | 1C | 2A | 2E | 11 | 32 |
| Octal | 225 | 213 | 153 | 0 | 7 | 34 | 52 | 56 | 21 | 62 |
| Binary | 10010101 | 10001011 | 1101011 | 0 | 111 | 11100 | 101010 | 101110 | 10001 | 110010 |
Color Harmonies of #958B6B
Complementary color
Monochromatic Colors of #958B6B
Black with #958B6B
Text Example
Text Example
White with #958B6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958B6B; }
p { color: rgb(149,139,107); }
H1.HeaderClassName
{
color: #958B6B;
}
.AnyTagClassName
{
color: #958B6B;
}
</style>
background-color css
<style>
a { background-color: #958B6B; }
a { background-color: rgb(149,139,107); }
div.DivClassName
{
background-color: #958B6B;
}
.BgClassName
{
background-color: #958B6B;
}
</style>
border-color css
<style>
span { border-color: #958B6B; }
span { border-color: rgb(149,139,107); }
td.TdClassName
{
border-color: #958B6B;
}
.TagClassName
{
border-color: #958B6B;
}
</style>