Html Css Color HEX #86963C Wasabi

📋 copy color: '#86963C'

red 134 ◦ green 150 ◦ blue 60

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

Shades of Wasabi #86963C

Tints of Wasabi #86963C

RGB

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

 GREEN value IS 150 (58.98% from 255) = 43.6%

 BLUE value IS 60 (23.83% from 255) = 17.44%

R = 38.95%
G = 43.6%
B = 17.44%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.6

 K value IS 0.41

RGB Variations

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

Color information

#86963C (or 0x86963C) is known color: Wasabi. HEX triplet: 86, 96 and 3C. RGB value is (134,150,60). Sum of RGB (Red+Green+Blue) = 134+150+60=344 (45% of max value = 765). Red value is 134 (52.73% from 255 or 38.95% from 344); Green value is 150 (58.98% from 255 or 43.60% from 344); Blue value is 60 (23.83% from 255 or 17.44% from 344); Max value from RGB is 150 - color contains mainly: green. Hex color #86963C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86963C is #7969C3. Grayscale: #878787. Windows color (decimal): -7956932 or 3970694. OLE color: 3970694.

HSL color Cylindrical-coordinate representation of color #86963C: hue angle of 70.67º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #86963C is Cyan = 0.11, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.41.

Color convert

RGB 134 150 60 -
CMYK 0.11 0 0.6 0.41
HSL 70.67º 0.43% 0.41% -
HSV(B) 70.67º 0.6% 0.59% -
XYZ 21.55 27.21 8.39 -
YUV 134.96 85.7 127.32 -
System Red Green Blue C M Y K H S L
Decimal 134 150 60 0.11 0 0.6 0.41 70.67 0.43 0.41
Hex 86 96 3C B 0 3C 29 47 2B 29
Octal 206 226 74 13 0 74 51 107 53 51
Binary 10000110 10010110 111100 1011 0 111100 101001 1000111 101011 101001

Color Harmonies of #86963C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86963C

Black with #86963C

Text Example


Text Example

White with #86963C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86963C; }

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

 H1.HeaderClassName
 {
   color: #86963C;
 }
 .AnyTagClassName
 {
   color: #86963C;
 }
</style>

background-color css

<style>
 a { background-color: #86963C; }

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

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

border-color css

<style>
 span { border-color: #86963C; }

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

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