Shades of Gurkha #94896B
Tints of Gurkha #94896B
RGB
CMYK
RGB Variations
Color information
#94896B (or 0x94896B) is known color: Gurkha. HEX triplet: 94, 89 and 6B. RGB value is (148,137,107). Sum of RGB (Red+Green+Blue) = 148+137+107=392 (51% of max value = 765). Red value is 148 (58.20% from 255 or 37.76% from 392); Green value is 137 (53.91% from 255 or 34.95% from 392); Blue value is 107 (42.19% from 255 or 27.30% from 392); Max value from RGB is 148 - color contains mainly: red. Hex color #94896B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94896B is #6B7694. Grayscale: #898989. Windows color (decimal): -7042709 or 7047572. OLE color: 7047572.
HSL color Cylindrical-coordinate representation of color #94896B: hue angle of 43.9º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #94896B is Cyan = 0, Magento = 0.07, Yellow = 0.28 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 137 | 107 | - |
| CMYK | 0 | 0.07 | 0.28 | 0.42 |
| HSL | 43.9º | 0.16% | 0.5% | - |
| HSV(B) | 43.9º | 0.28% | 0.58% | - |
| XYZ | 23.81 | 25.25 | 17.53 | - |
| YUV | 136.87 | 111.14 | 135.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 137 | 107 | 0 | 0.07 | 0.28 | 0.42 | 43.9 | 0.16 | 0.5 |
| Hex | 94 | 89 | 6B | 0 | 7 | 1C | 2A | 2C | 10 | 32 |
| Octal | 224 | 211 | 153 | 0 | 7 | 34 | 52 | 54 | 20 | 62 |
| Binary | 10010100 | 10001001 | 1101011 | 0 | 111 | 11100 | 101010 | 101100 | 10000 | 110010 |
Color Harmonies of #94896B
Complementary color
Monochromatic Colors of #94896B
Black with #94896B
Text Example
Text Example
White with #94896B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94896B; }
p { color: rgb(148,137,107); }
H1.HeaderClassName
{
color: #94896B;
}
.AnyTagClassName
{
color: #94896B;
}
</style>
background-color css
<style>
a { background-color: #94896B; }
a { background-color: rgb(148,137,107); }
div.DivClassName
{
background-color: #94896B;
}
.BgClassName
{
background-color: #94896B;
}
</style>
border-color css
<style>
span { border-color: #94896B; }
span { border-color: rgb(148,137,107); }
td.TdClassName
{
border-color: #94896B;
}
.TagClassName
{
border-color: #94896B;
}
</style>