Shades of Gurkha #928F6F
Tints of Gurkha #928F6F
RGB
CMYK
RGB Variations
Color information
#928F6F (or 0x928F6F) is known color: Gurkha. HEX triplet: 92, 8F and 6F. RGB value is (146,143,111). Sum of RGB (Red+Green+Blue) = 146+143+111=400 (52% of max value = 765). Red value is 146 (57.42% from 255 or 36.5% from 400); Green value is 143 (56.25% from 255 or 35.75% from 400); Blue value is 111 (43.75% from 255 or 27.75% from 400); Max value from RGB is 146 - color contains mainly: red. Hex color #928F6F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928F6F is #6D7090. Grayscale: #8C8C8C. Windows color (decimal): -7172241 or 7311250. OLE color: 7311250.
HSL color Cylindrical-coordinate representation of color #928F6F: hue angle of 54.86º degrees, saturation: 0.14, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #928F6F is Cyan = 0, Magento = 0.02, Yellow = 0.24 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 143 | 111 | - |
| CMYK | 0 | 0.02 | 0.24 | 0.43 |
| HSL | 54.86º | 0.14% | 0.5% | - |
| HSV(B) | 54.86º | 0.24% | 0.57% | - |
| XYZ | 24.55 | 26.9 | 18.94 | - |
| YUV | 140.25 | 111.49 | 132.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 143 | 111 | 0 | 0.02 | 0.24 | 0.43 | 54.86 | 0.14 | 0.5 |
| Hex | 92 | 8F | 6F | 0 | 2 | 18 | 2B | 37 | E | 32 |
| Octal | 222 | 217 | 157 | 0 | 2 | 30 | 53 | 67 | 16 | 62 |
| Binary | 10010010 | 10001111 | 1101111 | 0 | 10 | 11000 | 101011 | 110111 | 1110 | 110010 |
Color Harmonies of #928F6F
Complementary color
Monochromatic Colors of #928F6F
Black with #928F6F
Text Example
Text Example
White with #928F6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928F6F; }
p { color: rgb(146,143,111); }
H1.HeaderClassName
{
color: #928F6F;
}
.AnyTagClassName
{
color: #928F6F;
}
</style>
background-color css
<style>
a { background-color: #928F6F; }
a { background-color: rgb(146,143,111); }
div.DivClassName
{
background-color: #928F6F;
}
.BgClassName
{
background-color: #928F6F;
}
</style>
border-color css
<style>
span { border-color: #928F6F; }
span { border-color: rgb(146,143,111); }
td.TdClassName
{
border-color: #928F6F;
}
.TagClassName
{
border-color: #928F6F;
}
</style>