Shades of Gurkha #999678
Tints of Gurkha #999678
RGB
CMYK
RGB Variations
Color information
#999678 (or 0x999678) is known color: Gurkha. HEX triplet: 99, 96 and 78. RGB value is (153,150,120). Sum of RGB (Red+Green+Blue) = 153+150+120=423 (56% of max value = 765). Red value is 153 (60.16% from 255 or 36.17% from 423); Green value is 150 (58.98% from 255 or 35.46% from 423); Blue value is 120 (47.27% from 255 or 28.37% from 423); Max value from RGB is 153 - color contains mainly: red. Hex color #999678 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999678 is #666987. Grayscale: #939393. Windows color (decimal): -6711688 or 7902873. OLE color: 7902873.
HSL color Cylindrical-coordinate representation of color #999678: hue angle of 54.55º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #999678 is Cyan = 0, Magento = 0.02, Yellow = 0.22 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 150 | 120 | - |
| CMYK | 0 | 0.02 | 0.22 | 0.4 |
| HSL | 54.55º | 0.14% | 0.54% | - |
| HSV(B) | 54.55º | 0.22% | 0.6% | - |
| XYZ | 27.43 | 29.94 | 22.1 | - |
| YUV | 147.48 | 112.49 | 131.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 150 | 120 | 0 | 0.02 | 0.22 | 0.4 | 54.55 | 0.14 | 0.54 |
| Hex | 99 | 96 | 78 | 0 | 2 | 16 | 28 | 37 | E | 36 |
| Octal | 231 | 226 | 170 | 0 | 2 | 26 | 50 | 67 | 16 | 66 |
| Binary | 10011001 | 10010110 | 1111000 | 0 | 10 | 10110 | 101000 | 110111 | 1110 | 110110 |
Color Harmonies of #999678
Complementary color
Monochromatic Colors of #999678
Black with #999678
Text Example
Text Example
White with #999678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999678; }
p { color: rgb(153,150,120); }
H1.HeaderClassName
{
color: #999678;
}
.AnyTagClassName
{
color: #999678;
}
</style>
background-color css
<style>
a { background-color: #999678; }
a { background-color: rgb(153,150,120); }
div.DivClassName
{
background-color: #999678;
}
.BgClassName
{
background-color: #999678;
}
</style>
border-color css
<style>
span { border-color: #999678; }
span { border-color: rgb(153,150,120); }
td.TdClassName
{
border-color: #999678;
}
.TagClassName
{
border-color: #999678;
}
</style>