Shades of Gurkha #98905C
Tints of Gurkha #98905C
RGB
CMYK
RGB Variations
Color information
#98905C (or 0x98905C) is known color: Gurkha. HEX triplet: 98, 90 and 5C. RGB value is (152,144,92). Sum of RGB (Red+Green+Blue) = 152+144+92=388 (51% of max value = 765). Red value is 152 (59.77% from 255 or 39.18% from 388); Green value is 144 (56.64% from 255 or 37.11% from 388); Blue value is 92 (36.33% from 255 or 23.71% from 388); Max value from RGB is 152 - color contains mainly: red. Hex color #98905C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98905C is #676FA3. Grayscale: #8C8C8C. Windows color (decimal): -6778788 or 6066328. OLE color: 6066328.
HSL color Cylindrical-coordinate representation of color #98905C: hue angle of 52º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #98905C is Cyan = 0, Magento = 0.05, Yellow = 0.39 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 144 | 92 | - |
| CMYK | 0 | 0.05 | 0.39 | 0.40 |
| HSL | 52º | 0.25% | 0.48% | - |
| HSV(B) | 52º | 0.39% | 0.6% | - |
| XYZ | 24.85 | 27.39 | 14.1 | - |
| YUV | 140.46 | 100.65 | 136.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 144 | 92 | 0 | 0.05 | 0.39 | 0.40 | 52 | 0.25 | 0.48 |
| Hex | 98 | 90 | 5C | 0 | 5 | 27 | 28 | 34 | 19 | 30 |
| Octal | 230 | 220 | 134 | 0 | 5 | 47 | 50 | 64 | 31 | 60 |
| Binary | 10011000 | 10010000 | 1011100 | 0 | 101 | 100111 | 101000 | 110100 | 11001 | 110000 |
Color Harmonies of #98905C
Complementary color
Monochromatic Colors of #98905C
Black with #98905C
Text Example
Text Example
White with #98905C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98905C; }
p { color: rgb(152,144,92); }
H1.HeaderClassName
{
color: #98905C;
}
.AnyTagClassName
{
color: #98905C;
}
</style>
background-color css
<style>
a { background-color: #98905C; }
a { background-color: rgb(152,144,92); }
div.DivClassName
{
background-color: #98905C;
}
.BgClassName
{
background-color: #98905C;
}
</style>
border-color css
<style>
span { border-color: #98905C; }
span { border-color: rgb(152,144,92); }
td.TdClassName
{
border-color: #98905C;
}
.TagClassName
{
border-color: #98905C;
}
</style>