Shades of Gurkha #928B6B
Tints of Gurkha #928B6B
RGB
CMYK
RGB Variations
Color information
#928B6B (or 0x928B6B) is known color: Gurkha. HEX triplet: 92, 8B and 6B. RGB value is (146,139,107). Sum of RGB (Red+Green+Blue) = 146+139+107=392 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.24% from 392); Green value is 139 (54.69% from 255 or 35.46% from 392); Blue value is 107 (42.19% from 255 or 27.30% from 392); Max value from RGB is 146 - color contains mainly: red. Hex color #928B6B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928B6B is #6D7494. Grayscale: #898989. Windows color (decimal): -7173269 or 7048082. OLE color: 7048082.
HSL color Cylindrical-coordinate representation of color #928B6B: hue angle of 49.23º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #928B6B is Cyan = 0, Magento = 0.05, Yellow = 0.27 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 139 | 107 | - |
| CMYK | 0 | 0.05 | 0.27 | 0.43 |
| HSL | 49.23º | 0.15% | 0.5% | - |
| HSV(B) | 49.23º | 0.27% | 0.57% | - |
| XYZ | 23.74 | 25.64 | 17.61 | - |
| YUV | 137.45 | 110.82 | 134.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 139 | 107 | 0 | 0.05 | 0.27 | 0.43 | 49.23 | 0.15 | 0.5 |
| Hex | 92 | 8B | 6B | 0 | 5 | 1B | 2B | 31 | F | 32 |
| Octal | 222 | 213 | 153 | 0 | 5 | 33 | 53 | 61 | 17 | 62 |
| Binary | 10010010 | 10001011 | 1101011 | 0 | 101 | 11011 | 101011 | 110001 | 1111 | 110010 |
Color Harmonies of #928B6B
Complementary color
Monochromatic Colors of #928B6B
Black with #928B6B
Text Example
Text Example
White with #928B6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928B6B; }
p { color: rgb(146,139,107); }
H1.HeaderClassName
{
color: #928B6B;
}
.AnyTagClassName
{
color: #928B6B;
}
</style>
background-color css
<style>
a { background-color: #928B6B; }
a { background-color: rgb(146,139,107); }
div.DivClassName
{
background-color: #928B6B;
}
.BgClassName
{
background-color: #928B6B;
}
</style>
border-color css
<style>
span { border-color: #928B6B; }
span { border-color: rgb(146,139,107); }
td.TdClassName
{
border-color: #928B6B;
}
.TagClassName
{
border-color: #928B6B;
}
</style>