Shades of Gurkha #95937D
Tints of Gurkha #95937D
RGB
CMYK
RGB Variations
Color information
#95937D (or 0x95937D) is known color: Gurkha. HEX triplet: 95, 93 and 7D. RGB value is (149,147,125). Sum of RGB (Red+Green+Blue) = 149+147+125=421 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.39% from 421); Green value is 147 (57.81% from 255 or 34.92% from 421); Blue value is 125 (49.22% from 255 or 29.69% from 421); Max value from RGB is 149 - color contains mainly: red. Hex color #95937D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95937D is #6A6C82. Grayscale: #919191. Windows color (decimal): -6974595 or 8229781. OLE color: 8229781.
HSL color Cylindrical-coordinate representation of color #95937D: hue angle of 55º degrees, saturation: 0.1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #95937D is Cyan = 0, Magento = 0.01, Yellow = 0.16 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 147 | 125 | - |
| CMYK | 0 | 0.01 | 0.16 | 0.42 |
| HSL | 55º | 0.1% | 0.54% | - |
| HSV(B) | 55º | 0.16% | 0.58% | - |
| XYZ | 26.53 | 28.74 | 23.55 | - |
| YUV | 145.09 | 116.66 | 130.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 147 | 125 | 0 | 0.01 | 0.16 | 0.42 | 55 | 0.1 | 0.54 |
| Hex | 95 | 93 | 7D | 0 | 1 | 10 | 2A | 37 | A | 36 |
| Octal | 225 | 223 | 175 | 0 | 1 | 20 | 52 | 67 | 12 | 66 |
| Binary | 10010101 | 10010011 | 1111101 | 0 | 1 | 10000 | 101010 | 110111 | 1010 | 110110 |
Color Harmonies of #95937D
Complementary color
Monochromatic Colors of #95937D
Black with #95937D
Text Example
Text Example
White with #95937D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95937D; }
p { color: rgb(149,147,125); }
H1.HeaderClassName
{
color: #95937D;
}
.AnyTagClassName
{
color: #95937D;
}
</style>
background-color css
<style>
a { background-color: #95937D; }
a { background-color: rgb(149,147,125); }
div.DivClassName
{
background-color: #95937D;
}
.BgClassName
{
background-color: #95937D;
}
</style>
border-color css
<style>
span { border-color: #95937D; }
span { border-color: rgb(149,147,125); }
td.TdClassName
{
border-color: #95937D;
}
.TagClassName
{
border-color: #95937D;
}
</style>