Shades of Gurkha #968E67
Tints of Gurkha #968E67
RGB
CMYK
RGB Variations
Color information
#968E67 (or 0x968E67) is known color: Gurkha. HEX triplet: 96, 8E and 67. RGB value is (150,142,103). Sum of RGB (Red+Green+Blue) = 150+142+103=395 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.97% from 395); Green value is 142 (55.86% from 255 or 35.95% from 395); Blue value is 103 (40.62% from 255 or 26.08% from 395); Max value from RGB is 150 - color contains mainly: red. Hex color #968E67 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968E67 is #697198. Grayscale: #8C8C8C. Windows color (decimal): -6910361 or 6786710. OLE color: 6786710.
HSL color Cylindrical-coordinate representation of color #968E67: hue angle of 49.79º degrees, saturation: 0.19, 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 #968E67 is Cyan = 0, Magento = 0.05, Yellow = 0.31 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 142 | 103 | - |
| CMYK | 0 | 0.05 | 0.31 | 0.41 |
| HSL | 49.79º | 0.19% | 0.5% | - |
| HSV(B) | 49.79º | 0.31% | 0.59% | - |
| XYZ | 24.7 | 26.81 | 16.7 | - |
| YUV | 139.95 | 107.15 | 135.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 142 | 103 | 0 | 0.05 | 0.31 | 0.41 | 49.79 | 0.19 | 0.5 |
| Hex | 96 | 8E | 67 | 0 | 5 | 1F | 29 | 32 | 13 | 32 |
| Octal | 226 | 216 | 147 | 0 | 5 | 37 | 51 | 62 | 23 | 62 |
| Binary | 10010110 | 10001110 | 1100111 | 0 | 101 | 11111 | 101001 | 110010 | 10011 | 110010 |
Color Harmonies of #968E67
Complementary color
Monochromatic Colors of #968E67
Black with #968E67
Text Example
Text Example
White with #968E67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968E67; }
p { color: rgb(150,142,103); }
H1.HeaderClassName
{
color: #968E67;
}
.AnyTagClassName
{
color: #968E67;
}
</style>
background-color css
<style>
a { background-color: #968E67; }
a { background-color: rgb(150,142,103); }
div.DivClassName
{
background-color: #968E67;
}
.BgClassName
{
background-color: #968E67;
}
</style>
border-color css
<style>
span { border-color: #968E67; }
span { border-color: rgb(150,142,103); }
td.TdClassName
{
border-color: #968E67;
}
.TagClassName
{
border-color: #968E67;
}
</style>