#928E76

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

Shades of Gurkha #928E76

Tints of Gurkha #928E76

Color information

#928E76 (or 0x928E76) is unknown color: approx Gurkha. HEX triplet: 92, 8E and 76. RGB value is (146,142,118). Sum of RGB (Red+Green+Blue) = 146+142+118=406 (53% of max value = 765). Red value is 146 (57.42% from 255 or 35.96% from 406); Green value is 142 (55.86% from 255 or 34.98% from 406); Blue value is 118 (46.48% from 255 or 29.06% from 406); Max value from RGB is 146 - color contains mainly: red. Hex color #928E76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928E76 is #6D7189. Grayscale: #8C8C8C. Windows color (decimal): -7172490 or 7769746. OLE color: 7769746.

HSL color Cylindrical-coordinate representation of color #928E76: hue angle of 51.43º 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 #928E76 is Cyan = 0, Magento = 0.03, Yellow = 0.19 and Black (K on CMYK) = 0.43.

Color convert

RGB146142118-
CMYK00.030.190.43
HSL51.43º11.38%51.76%-
HSV(B)51.43º19.18%57.25%-
XYZ24.826.7721-
YUV140.46115.33131.95-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 35.96%
GREEN value IS 142 (55.86% from 255) = 34.98%
BLUE value IS 118 (46.48% from 255) = 29.06%
R=35.96%
G=34.98%
B=29.06%

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
Decimal14614211800.030.190.4351.4311.3851.76
Hex928E7603132B33b34
Octal222216166032353631364
Binary10010010100011101110110011100111010111100111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928E76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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