#929076

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

Shades of Gurkha #929076

Tints of Gurkha #929076

Color information

#929076 (or 0x929076) is unknown color: approx Gurkha. HEX triplet: 92, 90 and 76. RGB value is (146,144,118). Sum of RGB (Red+Green+Blue) = 146+144+118=408 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.78% from 408); Green value is 144 (56.64% from 255 or 35.29% from 408); Blue value is 118 (46.48% from 255 or 28.92% from 408); Max value from RGB is 146 - color contains mainly: red. Hex color #929076 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #929076 is #6D6F89. Grayscale: #8D8D8D. Windows color (decimal): -7171978 or 7770258. OLE color: 7770258.

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

Color convert

RGB146144118-
CMYK00.010.190.43
HSL55.71º11.38%51.76%-
HSV(B)55.71º19.18%57.25%-
XYZ25.127.3721.1-
YUV141.63114.66131.11-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 35.78%
GREEN value IS 144 (56.64% from 255) = 35.29%
BLUE value IS 118 (46.48% from 255) = 28.92%
R=35.78%
G=35.29%
B=28.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.19
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14614411800.010.190.4355.7111.3851.76
Hex92907601132B38b34
Octal222220166012353701364
Binary1001001010010000111011001100111010111110001011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #929076; }

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

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

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

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

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

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

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

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