Html Css Color HEX #86953E Wasabi

📋 copy color: '#86953E'

red 134 ◦ green 149 ◦ blue 62

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

Shades of Wasabi #86953E

Tints of Wasabi #86953E

RGB

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

 GREEN value IS 149 (58.59% from 255) = 43.19%

 BLUE value IS 62 (24.61% from 255) = 17.97%

R = 38.84%
G = 43.19%
B = 17.97%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.58

 K value IS 0.42

RGB Variations

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

Color information

#86953E (or 0x86953E) is known color: Wasabi. HEX triplet: 86, 95 and 3E. RGB value is (134,149,62). Sum of RGB (Red+Green+Blue) = 134+149+62=345 (45% of max value = 765). Red value is 134 (52.73% from 255 or 38.84% from 345); Green value is 149 (58.59% from 255 or 43.19% from 345); Blue value is 62 (24.61% from 255 or 17.97% from 345); Max value from RGB is 149 - color contains mainly: green. Hex color #86953E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86953E is #796AC1. Grayscale: #868686. Windows color (decimal): -7957186 or 4101510. OLE color: 4101510.

HSL color Cylindrical-coordinate representation of color #86953E: hue angle of 70.34º degrees, saturation: 0.41, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #86953E is Cyan = 0.10, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.42.

Color convert

RGB 134 149 62 -
CMYK 0.10 0 0.58 0.42
HSL 70.34º 0.41% 0.41% -
HSV(B) 70.34º 0.58% 0.58% -
XYZ 21.45 26.91 8.62 -
YUV 134.6 87.03 127.57 -
System Red Green Blue C M Y K H S L
Decimal 134 149 62 0.10 0 0.58 0.42 70.34 0.41 0.41
Hex 86 95 3E A 0 3A 2A 46 29 29
Octal 206 225 76 12 0 72 52 106 51 51
Binary 10000110 10010101 111110 1010 0 111010 101010 1000110 101001 101001

Color Harmonies of #86953E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86953E

Black with #86953E

Text Example


Text Example

White with #86953E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86953E; }

 p { color: rgb(134,149,62); }

 H1.HeaderClassName
 {
   color: #86953E;
 }
 .AnyTagClassName
 {
   color: #86953E;
 }
</style>

background-color css

<style>
 a { background-color: #86953E; }

 a { background-color: rgb(134,149,62); }

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

border-color css

<style>
 span { border-color: #86953E; }

 span { border-color: rgb(134,149,62); }

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