#808649

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

Shades of Wasabi #808649

Tints of Wasabi #808649

Color information

#808649 (or 0x808649) is unknown color: approx Wasabi. HEX triplet: 80, 86 and 49. RGB value is (128,134,73). Sum of RGB (Red+Green+Blue) = 128+134+73=335 (44% of max value = 765). Red value is 128 (50.39% from 255 or 38.21% from 335); Green value is 134 (52.73% from 255 or 40% from 335); Blue value is 73 (28.91% from 255 or 21.79% from 335); Max value from RGB is 134 - color contains mainly: green. Hex color #808649 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #808649 is #7F79B6. Grayscale: #7D7D7D. Windows color (decimal): -8354231 or 4818560. OLE color: 4818560.

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

Color convert

RGB12813473-
CMYK0.0400.460.47
HSL65.9º29.47%40.59%-
HSV(B)65.9º45.52%52.55%-
XYZ18.6322.129.59-
YUV125.2598.51129.96-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 38.21%
GREEN value IS 134 (52.73% from 255) = 40%
BLUE value IS 73 (28.91% from 255) = 21.79%
R=38.21%
G=40%
B=21.79%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal128134730.0400.460.4765.929.4740.59
Hex808649402E2F421d29
Octal2002061114056571023551
Binary100000001000011010010011000101110101111100001011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808649; }

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

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

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

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

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

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

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

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