Html Css Color HEX #86913F Wasabi

📋 copy color: '#86913F'

red 134 ◦ green 145 ◦ blue 63

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

Shades of Wasabi #86913F

Tints of Wasabi #86913F

RGB

 RED value IS 134 (52.73% from 255) = 39.18%

 GREEN value IS 145 (57.03% from 255) = 42.4%

 BLUE value IS 63 (25% from 255) = 18.42%

R = 39.18%
G = 42.4%
B = 18.42%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.57

 K value IS 0.43

RGB Variations

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

Color information

#86913F (or 0x86913F) is known color: Wasabi. HEX triplet: 86, 91 and 3F. RGB value is (134,145,63). Sum of RGB (Red+Green+Blue) = 134+145+63=342 (45% of max value = 765). Red value is 134 (52.73% from 255 or 39.18% from 342); Green value is 145 (57.03% from 255 or 42.40% from 342); Blue value is 63 (25% from 255 or 18.42% from 342); Max value from RGB is 145 - color contains mainly: green. Hex color #86913F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86913F is #796EC0. Grayscale: #848484. Windows color (decimal): -7958209 or 4166022. OLE color: 4166022.

HSL color Cylindrical-coordinate representation of color #86913F: hue angle of 68.05º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #86913F is Cyan = 0.08, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.43.

Color convert

RGB 134 145 63 -
CMYK 0.08 0 0.57 0.43
HSL 68.05º 0.39% 0.41% -
HSV(B) 68.05º 0.57% 0.57% -
XYZ 20.85 25.68 8.56 -
YUV 132.36 88.86 129.17 -
System Red Green Blue C M Y K H S L
Decimal 134 145 63 0.08 0 0.57 0.43 68.05 0.39 0.41
Hex 86 91 3F 8 0 39 2B 44 27 29
Octal 206 221 77 10 0 71 53 104 47 51
Binary 10000110 10010001 111111 1000 0 111001 101011 1000100 100111 101001

Color Harmonies of #86913F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86913F

Black with #86913F

Text Example


Text Example

White with #86913F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86913F; }

 p { color: rgb(134,145,63); }

 H1.HeaderClassName
 {
   color: #86913F;
 }
 .AnyTagClassName
 {
   color: #86913F;
 }
</style>

background-color css

<style>
 a { background-color: #86913F; }

 a { background-color: rgb(134,145,63); }

 div.DivClassName
 {
   background-color: #86913F;
 }
 .BgClassName
 {
   background-color: #86913F;
 }
</style>

border-color css

<style>
 span { border-color: #86913F; }

 span { border-color: rgb(134,145,63); }

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