Shades of Gurkha #969168
Tints of Gurkha #969168
RGB
CMYK
RGB Variations
Color information
#969168 (or 0x969168) is known color: Gurkha. HEX triplet: 96, 91 and 68. RGB value is (150,145,104). Sum of RGB (Red+Green+Blue) = 150+145+104=399 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.59% from 399); Green value is 145 (57.03% from 255 or 36.34% from 399); Blue value is 104 (41.02% from 255 or 26.07% from 399); Max value from RGB is 150 - color contains mainly: red. Hex color #969168 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969168 is #696E97. Grayscale: #8D8D8D. Windows color (decimal): -6909592 or 6853014. OLE color: 6853014.
HSL color Cylindrical-coordinate representation of color #969168: hue angle of 53.48º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #969168 is Cyan = 0, Magento = 0.03, Yellow = 0.31 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 145 | 104 | - |
| CMYK | 0 | 0.03 | 0.31 | 0.41 |
| HSL | 53.48º | 0.18% | 0.5% | - |
| HSV(B) | 53.48º | 0.31% | 0.59% | - |
| XYZ | 25.2 | 27.73 | 17.12 | - |
| YUV | 141.82 | 106.66 | 133.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 145 | 104 | 0 | 0.03 | 0.31 | 0.41 | 53.48 | 0.18 | 0.5 |
| Hex | 96 | 91 | 68 | 0 | 3 | 1F | 29 | 35 | 12 | 32 |
| Octal | 226 | 221 | 150 | 0 | 3 | 37 | 51 | 65 | 22 | 62 |
| Binary | 10010110 | 10010001 | 1101000 | 0 | 11 | 11111 | 101001 | 110101 | 10010 | 110010 |
Color Harmonies of #969168
Complementary color
Monochromatic Colors of #969168
Black with #969168
Text Example
Text Example
White with #969168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969168; }
p { color: rgb(150,145,104); }
H1.HeaderClassName
{
color: #969168;
}
.AnyTagClassName
{
color: #969168;
}
</style>
background-color css
<style>
a { background-color: #969168; }
a { background-color: rgb(150,145,104); }
div.DivClassName
{
background-color: #969168;
}
.BgClassName
{
background-color: #969168;
}
</style>
border-color css
<style>
span { border-color: #969168; }
span { border-color: rgb(150,145,104); }
td.TdClassName
{
border-color: #969168;
}
.TagClassName
{
border-color: #969168;
}
</style>