#86992E

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

Shades of Wasabi #86992E

Tints of Wasabi #86992E

Color information

#86992E (or 0x86992E) is unknown color: approx Wasabi. HEX triplet: 86, 99 and 2E. RGB value is (134,153,46). Sum of RGB (Red+Green+Blue) = 134+153+46=333 (44% of max value = 765). Red value is 134 (52.73% from 255 or 40.24% from 333); Green value is 153 (60.16% from 255 or 45.95% from 333); Blue value is 46 (18.36% from 255 or 13.81% from 333); Max value from RGB is 153 - color contains mainly: green. Hex color #86992E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86992E is #7966D1. Grayscale: #878787. Windows color (decimal): -7956178 or 3053958. OLE color: 3053958.

HSL color Cylindrical-coordinate representation of color #86992E: hue angle of 70.65º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #86992E is Cyan = 0.12, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.4.

Color convert

RGB13415346-
CMYK0.1200.700.4
HSL70.65º53.77%39.02%-
HSV(B)70.65º69.93%60%-
XYZ21.7228.056.85-
YUV135.1277.71127.2-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 40.24%
GREEN value IS 153 (60.16% from 255) = 45.95%
BLUE value IS 46 (18.36% from 255) = 13.81%
R=40.24%
G=45.95%
B=13.81%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal134153460.1200.700.470.6553.7739.02
Hex86992EC04628473627
Octal20623156140106501076647
Binary10000110100110011011101100010001101010001000111110110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86992E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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