#86913B

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

Shades of Wasabi #86913B

Tints of Wasabi #86913B

Color information

#86913B (or 0x86913B) is unknown color: approx Wasabi. HEX triplet: 86, 91 and 3B. RGB value is (134,145,59). Sum of RGB (Red+Green+Blue) = 134+145+59=338 (44% of max value = 765). Red value is 134 (52.73% from 255 or 39.64% from 338); Green value is 145 (57.03% from 255 or 42.90% from 338); Blue value is 59 (23.44% from 255 or 17.46% from 338); Max value from RGB is 145 - color contains mainly: green. Hex color #86913B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86913B is #796EC4. Grayscale: #848484. Windows color (decimal): -7958213 or 3903878. OLE color: 3903878.

HSL color Cylindrical-coordinate representation of color #86913B: hue angle of 67.67º degrees, saturation: 0.42, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #86913B is Cyan = 0.08, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.43.

Color convert

RGB13414559-
CMYK0.0800.590.43
HSL67.67º42.16%40%-
HSV(B)67.67º59.31%56.86%-
XYZ20.7525.637.99-
YUV131.9186.86129.49-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 39.64%
GREEN value IS 145 (57.03% from 255) = 42.90%
BLUE value IS 59 (23.44% from 255) = 17.46%
R=39.64%
G=42.90%
B=17.46%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal134145590.0800.590.4367.6742.1640
Hex86913B803B2B442a28
Octal2062217310073531045250
Binary1000011010010001111011100001110111010111000100101010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86913B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86913B; }

 p { color: rgb(134,145,59); }

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

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

 a { background-color: rgb(134,145,59); }

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

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

 span { border-color: rgb(134,145,59); }

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