#86883B

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

Shades of Wasabi #86883B

Tints of Wasabi #86883B

Color information

#86883B (or 0x86883B) is unknown color: approx Wasabi. HEX triplet: 86, 88 and 3B. RGB value is (134,136,59). Sum of RGB (Red+Green+Blue) = 134+136+59=329 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.73% from 329); Green value is 136 (53.52% from 255 or 41.34% from 329); Blue value is 59 (23.44% from 255 or 17.93% from 329); Max value from RGB is 136 - color contains mainly: green. Hex color #86883B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86883B is #7977C4. Grayscale: #7E7E7E. Windows color (decimal): -7960517 or 3901574. OLE color: 3901574.

HSL color Cylindrical-coordinate representation of color #86883B: hue angle of 61.56º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #86883B is Cyan = 0.01, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.47.

Color convert

RGB13413659-
CMYK0.0100.570.47
HSL61.56º39.49%38.24%-
HSV(B)61.56º56.62%53.33%-
XYZ19.4322.997.55-
YUV126.6289.84133.26-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 40.73%
GREEN value IS 136 (53.52% from 255) = 41.34%
BLUE value IS 59 (23.44% from 255) = 17.93%
R=40.73%
G=41.34%
B=17.93%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134136590.0100.570.4761.5639.4938.24
Hex86883B10392F3e2726
Octal20621073107157764746
Binary100001101000100011101110111001101111111110100111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86883B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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