Html Css Color HEX #86992E Wasabi

📋 copy color: '#86992E'

red 134 ◦ green 153 ◦ blue 46

#86992E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wasabi #86992E

Tints of Wasabi #86992E

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 value IS 0.12

 M value IS 0

 Y value IS 0.70

 K value IS 0.4

RGB Variations

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

Color information

#86992E (or 0x86992E) is known color: 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

RGB 134 153 46 -
CMYK 0.12 0 0.70 0.4
HSL 70.65º 0.54% 0.39% -
HSV(B) 70.65º 0.7% 0.6% -
XYZ 21.72 28.05 6.85 -
YUV 135.12 77.71 127.2 -
System Red Green Blue C M Y K H S L
Decimal 134 153 46 0.12 0 0.70 0.4 70.65 0.54 0.39
Hex 86 99 2E C 0 46 28 47 36 27
Octal 206 231 56 14 0 106 50 107 66 47
Binary 10000110 10011001 101110 1100 0 1000110 101000 1000111 110110 100111

Color Harmonies of #86992E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86992E

Black with #86992E

Text Example


Text Example

White with #86992E

Text Example


Text Example

HTML Codes & Css Web 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>