Shades of Gurkha #95906A
Tints of Gurkha #95906A
RGB
CMYK
RGB Variations
Color information
#95906A (or 0x95906A) is known color: Gurkha. HEX triplet: 95, 90 and 6A. RGB value is (149,144,106). Sum of RGB (Red+Green+Blue) = 149+144+106=399 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.34% from 399); Green value is 144 (56.64% from 255 or 36.09% from 399); Blue value is 106 (41.80% from 255 or 26.57% from 399); Max value from RGB is 149 - color contains mainly: red. Hex color #95906A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95906A is #6A6F95. Grayscale: #8D8D8D. Windows color (decimal): -6975382 or 6983829. OLE color: 6983829.
HSL color Cylindrical-coordinate representation of color #95906A: hue angle of 53.02º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #95906A is Cyan = 0, Magento = 0.03, Yellow = 0.29 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 144 | 106 | - |
| CMYK | 0 | 0.03 | 0.29 | 0.42 |
| HSL | 53.02º | 0.17% | 0.5% | - |
| HSV(B) | 53.02º | 0.29% | 0.58% | - |
| XYZ | 24.97 | 27.38 | 17.6 | - |
| YUV | 141.16 | 108.16 | 133.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 144 | 106 | 0 | 0.03 | 0.29 | 0.42 | 53.02 | 0.17 | 0.5 |
| Hex | 95 | 90 | 6A | 0 | 3 | 1D | 2A | 35 | 11 | 32 |
| Octal | 225 | 220 | 152 | 0 | 3 | 35 | 52 | 65 | 21 | 62 |
| Binary | 10010101 | 10010000 | 1101010 | 0 | 11 | 11101 | 101010 | 110101 | 10001 | 110010 |
Color Harmonies of #95906A
Complementary color
Monochromatic Colors of #95906A
Black with #95906A
Text Example
Text Example
White with #95906A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95906A; }
p { color: rgb(149,144,106); }
H1.HeaderClassName
{
color: #95906A;
}
.AnyTagClassName
{
color: #95906A;
}
</style>
background-color css
<style>
a { background-color: #95906A; }
a { background-color: rgb(149,144,106); }
div.DivClassName
{
background-color: #95906A;
}
.BgClassName
{
background-color: #95906A;
}
</style>
border-color css
<style>
span { border-color: #95906A; }
span { border-color: rgb(149,144,106); }
td.TdClassName
{
border-color: #95906A;
}
.TagClassName
{
border-color: #95906A;
}
</style>