#86962D

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

Shades of Wasabi #86962D

Tints of Wasabi #86962D

Color information

#86962D (or 0x86962D) is unknown color: approx Wasabi. HEX triplet: 86, 96 and 2D. RGB value is (134,150,45). Sum of RGB (Red+Green+Blue) = 134+150+45=329 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.73% from 329); Green value is 150 (58.98% from 255 or 45.59% from 329); Blue value is 45 (17.97% from 255 or 13.68% from 329); Max value from RGB is 150 - color contains mainly: green. Hex color #86962D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86962D is #7969D2. Grayscale: #858585. Windows color (decimal): -7956947 or 2987654. OLE color: 2987654.

HSL color Cylindrical-coordinate representation of color #86962D: hue angle of 69.14º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #86962D is Cyan = 0.11, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.41.

Color convert

RGB13415045-
CMYK0.1100.700.41
HSL69.14º53.85%38.24%-
HSV(B)69.14º70%58.82%-
XYZ21.2127.076.59-
YUV133.2578.2128.54-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 40.73%
GREEN value IS 150 (58.98% from 255) = 45.59%
BLUE value IS 45 (17.97% from 255) = 13.68%
R=40.73%
G=45.59%
B=13.68%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal134150450.1100.700.4169.1453.8538.24
Hex86962DB04629453626
Octal20622655130106511056646
Binary10000110100101101011011011010001101010011000101110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86962D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86962D; }

 p { color: rgb(134,150,45); }

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

<style>
 a { background-color: #86962D; }

 a { background-color: rgb(134,150,45); }

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

<style>
 span { border-color: #86962D; }

 span { border-color: rgb(134,150,45); }

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