Shades of Gurkha #928B6A
Tints of Gurkha #928B6A
RGB
CMYK
RGB Variations
Color information
#928B6A (or 0x928B6A) is known color: Gurkha. HEX triplet: 92, 8B and 6A. RGB value is (146,139,106). Sum of RGB (Red+Green+Blue) = 146+139+106=391 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.34% from 391); Green value is 139 (54.69% from 255 or 35.55% from 391); Blue value is 106 (41.80% from 255 or 27.11% from 391); Max value from RGB is 146 - color contains mainly: red. Hex color #928B6A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928B6A is #6D7495. Grayscale: #898989. Windows color (decimal): -7173270 or 6982546. OLE color: 6982546.
HSL color Cylindrical-coordinate representation of color #928B6A: hue angle of 49.5º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #928B6A is Cyan = 0, Magento = 0.05, Yellow = 0.27 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 139 | 106 | - |
| CMYK | 0 | 0.05 | 0.27 | 0.43 |
| HSL | 49.5º | 0.16% | 0.49% | - |
| HSV(B) | 49.5º | 0.27% | 0.57% | - |
| XYZ | 23.69 | 25.62 | 17.33 | - |
| YUV | 137.33 | 110.32 | 134.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 139 | 106 | 0 | 0.05 | 0.27 | 0.43 | 49.5 | 0.16 | 0.49 |
| Hex | 92 | 8B | 6A | 0 | 5 | 1B | 2B | 32 | 10 | 31 |
| Octal | 222 | 213 | 152 | 0 | 5 | 33 | 53 | 62 | 20 | 61 |
| Binary | 10010010 | 10001011 | 1101010 | 0 | 101 | 11011 | 101011 | 110010 | 10000 | 110001 |
Color Harmonies of #928B6A
Complementary color
Monochromatic Colors of #928B6A
Black with #928B6A
Text Example
Text Example
White with #928B6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928B6A; }
p { color: rgb(146,139,106); }
H1.HeaderClassName
{
color: #928B6A;
}
.AnyTagClassName
{
color: #928B6A;
}
</style>
background-color css
<style>
a { background-color: #928B6A; }
a { background-color: rgb(146,139,106); }
div.DivClassName
{
background-color: #928B6A;
}
.BgClassName
{
background-color: #928B6A;
}
</style>
border-color css
<style>
span { border-color: #928B6A; }
span { border-color: rgb(146,139,106); }
td.TdClassName
{
border-color: #928B6A;
}
.TagClassName
{
border-color: #928B6A;
}
</style>