Shades of Gurkha #928F6C
Tints of Gurkha #928F6C
RGB
CMYK
RGB Variations
Color information
#928F6C (or 0x928F6C) is known color: Gurkha. HEX triplet: 92, 8F and 6C. RGB value is (146,143,108). Sum of RGB (Red+Green+Blue) = 146+143+108=397 (52% of max value = 765). Red value is 146 (57.42% from 255 or 36.78% from 397); Green value is 143 (56.25% from 255 or 36.02% from 397); Blue value is 108 (42.58% from 255 or 27.20% from 397); Max value from RGB is 146 - color contains mainly: red. Hex color #928F6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928F6C is #6D7093. Grayscale: #8C8C8C. Windows color (decimal): -7172244 or 7114642. OLE color: 7114642.
HSL color Cylindrical-coordinate representation of color #928F6C: hue angle of 55.26º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #928F6C is Cyan = 0, Magento = 0.02, Yellow = 0.26 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 143 | 108 | - |
| CMYK | 0 | 0.02 | 0.26 | 0.43 |
| HSL | 55.26º | 0.15% | 0.5% | - |
| HSV(B) | 55.26º | 0.26% | 0.57% | - |
| XYZ | 24.38 | 26.84 | 18.08 | - |
| YUV | 139.91 | 109.99 | 132.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 143 | 108 | 0 | 0.02 | 0.26 | 0.43 | 55.26 | 0.15 | 0.5 |
| Hex | 92 | 8F | 6C | 0 | 2 | 1A | 2B | 37 | F | 32 |
| Octal | 222 | 217 | 154 | 0 | 2 | 32 | 53 | 67 | 17 | 62 |
| Binary | 10010010 | 10001111 | 1101100 | 0 | 10 | 11010 | 101011 | 110111 | 1111 | 110010 |
Color Harmonies of #928F6C
Complementary color
Monochromatic Colors of #928F6C
Black with #928F6C
Text Example
Text Example
White with #928F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928F6C; }
p { color: rgb(146,143,108); }
H1.HeaderClassName
{
color: #928F6C;
}
.AnyTagClassName
{
color: #928F6C;
}
</style>
background-color css
<style>
a { background-color: #928F6C; }
a { background-color: rgb(146,143,108); }
div.DivClassName
{
background-color: #928F6C;
}
.BgClassName
{
background-color: #928F6C;
}
</style>
border-color css
<style>
span { border-color: #928F6C; }
span { border-color: rgb(146,143,108); }
td.TdClassName
{
border-color: #928F6C;
}
.TagClassName
{
border-color: #928F6C;
}
</style>