Shades of Gurkha #95937E
Tints of Gurkha #95937E
RGB
CMYK
RGB Variations
Color information
#95937E (or 0x95937E) is known color: Gurkha. HEX triplet: 95, 93 and 7E. RGB value is (149,147,126). Sum of RGB (Red+Green+Blue) = 149+147+126=422 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.31% from 422); Green value is 147 (57.81% from 255 or 34.83% from 422); Blue value is 126 (49.61% from 255 or 29.86% from 422); Max value from RGB is 149 - color contains mainly: red. Hex color #95937E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95937E is #6A6C81. Grayscale: #919191. Windows color (decimal): -6974594 or 8295317. OLE color: 8295317.
HSL color Cylindrical-coordinate representation of color #95937E: hue angle of 54.78º degrees, saturation: 0.1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #95937E is Cyan = 0, Magento = 0.01, Yellow = 0.15 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 147 | 126 | - |
| CMYK | 0 | 0.01 | 0.15 | 0.42 |
| HSL | 54.78º | 0.1% | 0.54% | - |
| HSV(B) | 54.78º | 0.15% | 0.58% | - |
| XYZ | 26.59 | 28.76 | 23.89 | - |
| YUV | 145.2 | 117.16 | 130.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 147 | 126 | 0 | 0.01 | 0.15 | 0.42 | 54.78 | 0.1 | 0.54 |
| Hex | 95 | 93 | 7E | 0 | 1 | F | 2A | 37 | A | 36 |
| Octal | 225 | 223 | 176 | 0 | 1 | 17 | 52 | 67 | 12 | 66 |
| Binary | 10010101 | 10010011 | 1111110 | 0 | 1 | 1111 | 101010 | 110111 | 1010 | 110110 |
Color Harmonies of #95937E
Complementary color
Monochromatic Colors of #95937E
Black with #95937E
Text Example
Text Example
White with #95937E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95937E; }
p { color: rgb(149,147,126); }
H1.HeaderClassName
{
color: #95937E;
}
.AnyTagClassName
{
color: #95937E;
}
</style>
background-color css
<style>
a { background-color: #95937E; }
a { background-color: rgb(149,147,126); }
div.DivClassName
{
background-color: #95937E;
}
.BgClassName
{
background-color: #95937E;
}
</style>
border-color css
<style>
span { border-color: #95937E; }
span { border-color: rgb(149,147,126); }
td.TdClassName
{
border-color: #95937E;
}
.TagClassName
{
border-color: #95937E;
}
</style>