#86912E

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

Shades of Wasabi #86912E

Tints of Wasabi #86912E

Color information

#86912E (or 0x86912E) is unknown color: approx Wasabi. HEX triplet: 86, 91 and 2E. RGB value is (134,145,46). Sum of RGB (Red+Green+Blue) = 134+145+46=325 (43% of max value = 765). Red value is 134 (52.73% from 255 or 41.23% from 325); Green value is 145 (57.03% from 255 or 44.62% from 325); Blue value is 46 (18.36% from 255 or 14.15% from 325); Max value from RGB is 145 - color contains mainly: green. Hex color #86912E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86912E is #796ED1. Grayscale: #828282. Windows color (decimal): -7958226 or 3051910. OLE color: 3051910.

HSL color Cylindrical-coordinate representation of color #86912E: hue angle of 66.67º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #86912E is Cyan = 0.08, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.43.

Color convert

RGB13414546-
CMYK0.0800.680.43
HSL66.67º51.83%37.45%-
HSV(B)66.67º68.28%56.86%-
XYZ20.4525.526.43-
YUV130.4280.36130.55-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 41.23%
GREEN value IS 145 (57.03% from 255) = 44.62%
BLUE value IS 46 (18.36% from 255) = 14.15%
R=41.23%
G=44.62%
B=14.15%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal134145460.0800.680.4366.6751.8337.45
Hex86912E80442B433425
Octal20622156100104531036445
Binary10000110100100011011101000010001001010111000011110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86912E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86912E; }

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

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

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

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

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

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

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

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