Shades of Gurkha #98926B
Tints of Gurkha #98926B
RGB
CMYK
RGB Variations
Color information
#98926B (or 0x98926B) is known color: Gurkha. HEX triplet: 98, 92 and 6B. RGB value is (152,146,107). Sum of RGB (Red+Green+Blue) = 152+146+107=405 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.53% from 405); Green value is 146 (57.42% from 255 or 36.05% from 405); Blue value is 107 (42.19% from 255 or 26.42% from 405); Max value from RGB is 152 - color contains mainly: red. Hex color #98926B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98926B is #676D94. Grayscale: #8F8F8F. Windows color (decimal): -6778261 or 7049880. OLE color: 7049880.
HSL color Cylindrical-coordinate representation of color #98926B: hue angle of 52º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #98926B is Cyan = 0, Magento = 0.04, Yellow = 0.30 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 146 | 107 | - |
| CMYK | 0 | 0.04 | 0.30 | 0.40 |
| HSL | 52º | 0.18% | 0.51% | - |
| HSV(B) | 52º | 0.3% | 0.6% | - |
| XYZ | 25.88 | 28.29 | 18.01 | - |
| YUV | 143.35 | 107.49 | 134.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 146 | 107 | 0 | 0.04 | 0.30 | 0.40 | 52 | 0.18 | 0.51 |
| Hex | 98 | 92 | 6B | 0 | 4 | 1E | 28 | 34 | 12 | 33 |
| Octal | 230 | 222 | 153 | 0 | 4 | 36 | 50 | 64 | 22 | 63 |
| Binary | 10011000 | 10010010 | 1101011 | 0 | 100 | 11110 | 101000 | 110100 | 10010 | 110011 |
Color Harmonies of #98926B
Complementary color
Monochromatic Colors of #98926B
Black with #98926B
Text Example
Text Example
White with #98926B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98926B; }
p { color: rgb(152,146,107); }
H1.HeaderClassName
{
color: #98926B;
}
.AnyTagClassName
{
color: #98926B;
}
</style>
background-color css
<style>
a { background-color: #98926B; }
a { background-color: rgb(152,146,107); }
div.DivClassName
{
background-color: #98926B;
}
.BgClassName
{
background-color: #98926B;
}
</style>
border-color css
<style>
span { border-color: #98926B; }
span { border-color: rgb(152,146,107); }
td.TdClassName
{
border-color: #98926B;
}
.TagClassName
{
border-color: #98926B;
}
</style>