#808643

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

Shades of Wasabi #808643

Tints of Wasabi #808643

Color information

#808643 (or 0x808643) is unknown color: approx Wasabi. HEX triplet: 80, 86 and 43. RGB value is (128,134,67). Sum of RGB (Red+Green+Blue) = 128+134+67=329 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.91% from 329); Green value is 134 (52.73% from 255 or 40.73% from 329); Blue value is 67 (26.56% from 255 or 20.36% from 329); Max value from RGB is 134 - color contains mainly: green. Hex color #808643 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #808643 is #7F79BC. Grayscale: #7C7C7C. Windows color (decimal): -8354237 or 4425344. OLE color: 4425344.

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

Color convert

RGB12813467-
CMYK0.0400.50.47
HSL65.37º33.33%39.41%-
HSV(B)65.37º50%52.55%-
XYZ18.4422.048.59-
YUV124.5795.51130.45-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 38.91%
GREEN value IS 134 (52.73% from 255) = 40.73%
BLUE value IS 67 (26.56% from 255) = 20.36%
R=38.91%
G=40.73%
B=20.36%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal128134670.0400.50.4765.3733.3339.41
Hex80864340322F412127
Octal2002061034062571014147
Binary1000000010000110100001110001100101011111000001100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808643

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808643; }

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

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

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

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

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

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

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

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