#928D76

Color #928D76 Gurkha (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gurkha #928D76

Tints of Gurkha #928D76

Color information

#928D76 (or 0x928D76) is unknown color: approx Gurkha. HEX triplet: 92, 8D and 76. RGB value is (146,141,118). Sum of RGB (Red+Green+Blue) = 146+141+118=405 (53% of max value = 765). Red value is 146 (57.42% from 255 or 36.05% from 405); Green value is 141 (55.47% from 255 or 34.81% from 405); Blue value is 118 (46.48% from 255 or 29.14% from 405); Max value from RGB is 146 - color contains mainly: red. Hex color #928D76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928D76 is #6D7289. Grayscale: #8B8B8B. Windows color (decimal): -7172746 or 7769490. OLE color: 7769490.

HSL color Cylindrical-coordinate representation of color #928D76: hue angle of 49.29º degrees, saturation: 0.11, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #928D76 is Cyan = 0, Magento = 0.03, Yellow = 0.19 and Black (K on CMYK) = 0.43.

Color convert

RGB146141118-
CMYK00.030.190.43
HSL49.29º11.38%51.76%-
HSV(B)49.29º19.18%57.25%-
XYZ24.6526.4720.95-
YUV139.87115.66132.37-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 146 (57.42% from 255) = 36.05%
GREEN value IS 141 (55.47% from 255) = 34.81%
BLUE value IS 118 (46.48% from 255) = 29.14%
R=36.05%
G=34.81%
B=29.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.19
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14614111800.030.190.4349.2911.3851.76
Hex928D7603132B31b34
Octal222215166032353611364
Binary10010010100011011110110011100111010111100011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928D76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #928D76; }

 p { color: rgb(146,141,118); }

 H1.HeaderClassName
 {
   color: #928D76;
 }
 .AnyTagClassName
 {
   color: #928D76;
 }
</style>
background-color css

<style>
 a { background-color: #928D76; }

 a { background-color: rgb(146,141,118); }

 div.DivClassName
 {
   background-color: #928D76;
 }
 .BgClassName
 {
   background-color: #928D76;
 }
</style>
border-color css

<style>
 span { border-color: #928D76; }

 span { border-color: rgb(146,141,118); }

 td.TdClassName
 {
   border-color: #928D76;
 }
 .TagClassName
 {
   border-color: #928D76;
 }
</style>