Html Css Color HEX #86713C Corn Harvest

📋 copy color: '#86713C'

red 134 ◦ green 113 ◦ blue 60

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

Shades of Corn Harvest #86713C

Tints of Corn Harvest #86713C

RGB

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

 GREEN value IS 113 (44.53% from 255) = 36.81%

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

R = 43.65%
G = 36.81%
B = 19.54%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.55

 K value IS 0.47

RGB Variations

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

Color information

#86713C (or 0x86713C) is known color: Corn Harvest. HEX triplet: 86, 71 and 3C. RGB value is (134,113,60). Sum of RGB (Red+Green+Blue) = 134+113+60=307 (40% of max value = 765). Red value is 134 (52.73% from 255 or 43.65% from 307); Green value is 113 (44.53% from 255 or 36.81% from 307); Blue value is 60 (23.83% from 255 or 19.54% from 307); Max value from RGB is 134 - color contains mainly: red. Hex color #86713C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86713C is #798EC3. Grayscale: #717171. Windows color (decimal): -7966404 or 3961222. OLE color: 3961222.

HSL color Cylindrical-coordinate representation of color #86713C: hue angle of 42.97º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #86713C is Cyan = 0, Magento = 0.16, Yellow = 0.55 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 113 60 -
CMYK 0 0.16 0.55 0.47
HSL 42.97º 0.38% 0.38% -
HSV(B) 42.97º 0.55% 0.53% -
XYZ 16.55 17.2 6.72 -
YUV 113.24 97.96 142.81 -
System Red Green Blue C M Y K H S L
Decimal 134 113 60 0 0.16 0.55 0.47 42.97 0.38 0.38
Hex 86 71 3C 0 10 37 2F 2B 26 26
Octal 206 161 74 0 20 67 57 53 46 46
Binary 10000110 1110001 111100 0 10000 110111 101111 101011 100110 100110

Color Harmonies of #86713C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86713C

Black with #86713C

Text Example


Text Example

White with #86713C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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