#808640

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

Shades of Wasabi #808640

Tints of Wasabi #808640

Color information

#808640 (or 0x808640) is unknown color: approx Wasabi. HEX triplet: 80, 86 and 40. RGB value is (128,134,64). Sum of RGB (Red+Green+Blue) = 128+134+64=326 (43% of max value = 765). Red value is 128 (50.39% from 255 or 39.26% from 326); Green value is 134 (52.73% from 255 or 41.10% from 326); Blue value is 64 (25.39% from 255 or 19.63% from 326); Max value from RGB is 134 - color contains mainly: green. Hex color #808640 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #808640 is #7F79BF. Grayscale: #7C7C7C. Windows color (decimal): -8354240 or 4228736. OLE color: 4228736.

HSL color Cylindrical-coordinate representation of color #808640: hue angle of 65.14º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #808640 is Cyan = 0.04, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.47.

Color convert

RGB12813464-
CMYK0.0400.520.47
HSL65.14º35.35%38.82%-
HSV(B)65.14º52.24%52.55%-
XYZ18.3522.018.13-
YUV124.2394.01130.69-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 39.26%
GREEN value IS 134 (52.73% from 255) = 41.10%
BLUE value IS 64 (25.39% from 255) = 19.63%
R=39.26%
G=41.10%
B=19.63%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal128134640.0400.520.4765.1435.3538.82
Hex80864040342F412327
Octal2002061004064571014347
Binary1000000010000110100000010001101001011111000001100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808640; }

 p { color: rgb(128,134,64); }

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

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

 a { background-color: rgb(128,134,64); }

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

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

 span { border-color: rgb(128,134,64); }

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