#86893A

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

Shades of Wasabi #86893A

Tints of Wasabi #86893A

Color information

#86893A (or 0x86893A) is unknown color: approx Wasabi. HEX triplet: 86, 89 and 3A. RGB value is (134,137,58). Sum of RGB (Red+Green+Blue) = 134+137+58=329 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.73% from 329); Green value is 137 (53.91% from 255 or 41.64% from 329); Blue value is 58 (23.05% from 255 or 17.63% from 329); Max value from RGB is 137 - color contains mainly: green. Hex color #86893A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86893A is #7976C5. Grayscale: #7F7F7F. Windows color (decimal): -7960262 or 3836294. OLE color: 3836294.

HSL color Cylindrical-coordinate representation of color #86893A: hue angle of 62.28º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #86893A is Cyan = 0.02, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.46.

Color convert

RGB13413758-
CMYK0.0200.580.46
HSL62.28º40.51%38.24%-
HSV(B)62.28º57.66%53.73%-
XYZ19.5423.277.46-
YUV127.189.01132.92-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 40.73%
GREEN value IS 137 (53.91% from 255) = 41.64%
BLUE value IS 58 (23.05% from 255) = 17.63%
R=40.73%
G=41.64%
B=17.63%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal134137580.0200.580.4662.2840.5138.24
Hex86893A203A2E3e2926
Octal20621172207256765146
Binary1000011010001001111010100111010101110111110101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86893A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86893A; }

 p { color: rgb(134,137,58); }

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

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

 a { background-color: rgb(134,137,58); }

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

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

 span { border-color: rgb(134,137,58); }

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