Shades of Gurkha #95937A
Tints of Gurkha #95937A
RGB
CMYK
RGB Variations
Color information
#95937A (or 0x95937A) is known color: Gurkha. HEX triplet: 95, 93 and 7A. RGB value is (149,147,122). Sum of RGB (Red+Green+Blue) = 149+147+122=418 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.65% from 418); Green value is 147 (57.81% from 255 or 35.17% from 418); Blue value is 122 (48.05% from 255 or 29.19% from 418); Max value from RGB is 149 - color contains mainly: red. Hex color #95937A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95937A is #6A6C85. Grayscale: #909090. Windows color (decimal): -6974598 or 8033173. OLE color: 8033173.
HSL color Cylindrical-coordinate representation of color #95937A: hue angle of 55.56º degrees, saturation: 0.11, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #95937A is Cyan = 0, Magento = 0.01, Yellow = 0.18 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 147 | 122 | - |
| CMYK | 0 | 0.01 | 0.18 | 0.42 |
| HSL | 55.56º | 0.11% | 0.53% | - |
| HSV(B) | 55.56º | 0.18% | 0.58% | - |
| XYZ | 26.34 | 28.66 | 22.56 | - |
| YUV | 144.75 | 115.16 | 131.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 147 | 122 | 0 | 0.01 | 0.18 | 0.42 | 55.56 | 0.11 | 0.53 |
| Hex | 95 | 93 | 7A | 0 | 1 | 12 | 2A | 38 | B | 35 |
| Octal | 225 | 223 | 172 | 0 | 1 | 22 | 52 | 70 | 13 | 65 |
| Binary | 10010101 | 10010011 | 1111010 | 0 | 1 | 10010 | 101010 | 111000 | 1011 | 110101 |
Color Harmonies of #95937A
Complementary color
Monochromatic Colors of #95937A
Black with #95937A
Text Example
Text Example
White with #95937A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95937A; }
p { color: rgb(149,147,122); }
H1.HeaderClassName
{
color: #95937A;
}
.AnyTagClassName
{
color: #95937A;
}
</style>
background-color css
<style>
a { background-color: #95937A; }
a { background-color: rgb(149,147,122); }
div.DivClassName
{
background-color: #95937A;
}
.BgClassName
{
background-color: #95937A;
}
</style>
border-color css
<style>
span { border-color: #95937A; }
span { border-color: rgb(149,147,122); }
td.TdClassName
{
border-color: #95937A;
}
.TagClassName
{
border-color: #95937A;
}
</style>