Shades of Gurkha #928D75
Tints of Gurkha #928D75
RGB
CMYK
RGB Variations
Color information
#928D75 (or 0x928D75) is known color: Gurkha. HEX triplet: 92, 8D and 75. RGB value is (146,141,117). Sum of RGB (Red+Green+Blue) = 146+141+117=404 (53% of max value = 765). Red value is 146 (57.42% from 255 or 36.14% from 404); Green value is 141 (55.47% from 255 or 34.90% from 404); Blue value is 117 (46.09% from 255 or 28.96% from 404); Max value from RGB is 146 - color contains mainly: red. Hex color #928D75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928D75 is #6D728A. Grayscale: #8B8B8B. Windows color (decimal): -7172747 or 7703954. OLE color: 7703954.
HSL color Cylindrical-coordinate representation of color #928D75: hue angle of 49.66º degrees, saturation: 0.12, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #928D75 is Cyan = 0, Magento = 0.03, Yellow = 0.20 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 141 | 117 | - |
| CMYK | 0 | 0.03 | 0.20 | 0.43 |
| HSL | 49.66º | 0.12% | 0.52% | - |
| HSV(B) | 49.66º | 0.2% | 0.57% | - |
| XYZ | 24.59 | 26.45 | 20.64 | - |
| YUV | 139.76 | 115.16 | 132.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 141 | 117 | 0 | 0.03 | 0.20 | 0.43 | 49.66 | 0.12 | 0.52 |
| Hex | 92 | 8D | 75 | 0 | 3 | 14 | 2B | 32 | C | 34 |
| Octal | 222 | 215 | 165 | 0 | 3 | 24 | 53 | 62 | 14 | 64 |
| Binary | 10010010 | 10001101 | 1110101 | 0 | 11 | 10100 | 101011 | 110010 | 1100 | 110100 |
Color Harmonies of #928D75
Complementary color
Monochromatic Colors of #928D75
Black with #928D75
Text Example
Text Example
White with #928D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928D75; }
p { color: rgb(146,141,117); }
H1.HeaderClassName
{
color: #928D75;
}
.AnyTagClassName
{
color: #928D75;
}
</style>
background-color css
<style>
a { background-color: #928D75; }
a { background-color: rgb(146,141,117); }
div.DivClassName
{
background-color: #928D75;
}
.BgClassName
{
background-color: #928D75;
}
</style>
border-color css
<style>
span { border-color: #928D75; }
span { border-color: rgb(146,141,117); }
td.TdClassName
{
border-color: #928D75;
}
.TagClassName
{
border-color: #928D75;
}
</style>