Shades of Gurkha #959169
Tints of Gurkha #959169
RGB
CMYK
RGB Variations
Color information
#959169 (or 0x959169) is known color: Gurkha. HEX triplet: 95, 91 and 69. RGB value is (149,145,105). Sum of RGB (Red+Green+Blue) = 149+145+105=399 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.34% from 399); Green value is 145 (57.03% from 255 or 36.34% from 399); Blue value is 105 (41.41% from 255 or 26.32% from 399); Max value from RGB is 149 - color contains mainly: red. Hex color #959169 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959169 is #6A6E96. Grayscale: #8D8D8D. Windows color (decimal): -6975127 or 6918549. OLE color: 6918549.
HSL color Cylindrical-coordinate representation of color #959169: hue angle of 54.55º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #959169 is Cyan = 0, Magento = 0.03, Yellow = 0.30 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 145 | 105 | - |
| CMYK | 0 | 0.03 | 0.30 | 0.42 |
| HSL | 54.55º | 0.17% | 0.5% | - |
| HSV(B) | 54.55º | 0.3% | 0.58% | - |
| XYZ | 25.07 | 27.66 | 17.38 | - |
| YUV | 141.64 | 107.33 | 133.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 145 | 105 | 0 | 0.03 | 0.30 | 0.42 | 54.55 | 0.17 | 0.5 |
| Hex | 95 | 91 | 69 | 0 | 3 | 1E | 2A | 37 | 11 | 32 |
| Octal | 225 | 221 | 151 | 0 | 3 | 36 | 52 | 67 | 21 | 62 |
| Binary | 10010101 | 10010001 | 1101001 | 0 | 11 | 11110 | 101010 | 110111 | 10001 | 110010 |
Color Harmonies of #959169
Complementary color
Monochromatic Colors of #959169
Black with #959169
Text Example
Text Example
White with #959169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959169; }
p { color: rgb(149,145,105); }
H1.HeaderClassName
{
color: #959169;
}
.AnyTagClassName
{
color: #959169;
}
</style>
background-color css
<style>
a { background-color: #959169; }
a { background-color: rgb(149,145,105); }
div.DivClassName
{
background-color: #959169;
}
.BgClassName
{
background-color: #959169;
}
</style>
border-color css
<style>
span { border-color: #959169; }
span { border-color: rgb(149,145,105); }
td.TdClassName
{
border-color: #959169;
}
.TagClassName
{
border-color: #959169;
}
</style>