Shades of Gurkha #958F6B
Tints of Gurkha #958F6B
RGB
CMYK
RGB Variations
Color information
#958F6B (or 0x958F6B) is known color: Gurkha. HEX triplet: 95, 8F and 6B. RGB value is (149,143,107). Sum of RGB (Red+Green+Blue) = 149+143+107=399 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.34% from 399); Green value is 143 (56.25% from 255 or 35.84% from 399); Blue value is 107 (42.19% from 255 or 26.82% from 399); Max value from RGB is 149 - color contains mainly: red. Hex color #958F6B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958F6B is #6A7094. Grayscale: #8C8C8C. Windows color (decimal): -6975637 or 7049109. OLE color: 7049109.
HSL color Cylindrical-coordinate representation of color #958F6B: hue angle of 51.43º 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 #958F6B is Cyan = 0, Magento = 0.04, Yellow = 0.28 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 143 | 107 | - |
| CMYK | 0 | 0.04 | 0.28 | 0.42 |
| HSL | 51.43º | 0.17% | 0.5% | - |
| HSV(B) | 51.43º | 0.28% | 0.58% | - |
| XYZ | 24.87 | 27.1 | 17.83 | - |
| YUV | 140.69 | 108.99 | 133.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 143 | 107 | 0 | 0.04 | 0.28 | 0.42 | 51.43 | 0.17 | 0.5 |
| Hex | 95 | 8F | 6B | 0 | 4 | 1C | 2A | 33 | 11 | 32 |
| Octal | 225 | 217 | 153 | 0 | 4 | 34 | 52 | 63 | 21 | 62 |
| Binary | 10010101 | 10001111 | 1101011 | 0 | 100 | 11100 | 101010 | 110011 | 10001 | 110010 |
Color Harmonies of #958F6B
Complementary color
Monochromatic Colors of #958F6B
Black with #958F6B
Text Example
Text Example
White with #958F6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958F6B; }
p { color: rgb(149,143,107); }
H1.HeaderClassName
{
color: #958F6B;
}
.AnyTagClassName
{
color: #958F6B;
}
</style>
background-color css
<style>
a { background-color: #958F6B; }
a { background-color: rgb(149,143,107); }
div.DivClassName
{
background-color: #958F6B;
}
.BgClassName
{
background-color: #958F6B;
}
</style>
border-color css
<style>
span { border-color: #958F6B; }
span { border-color: rgb(149,143,107); }
td.TdClassName
{
border-color: #958F6B;
}
.TagClassName
{
border-color: #958F6B;
}
</style>