Html Css Color HEX #86713D Corn Harvest

📋 copy color: '#86713D'

red 134 ◦ green 113 ◦ blue 61

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

Shades of Corn Harvest #86713D

Tints of Corn Harvest #86713D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 19.81%

R = 43.51%
G = 36.69%
B = 19.81%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.54

 K value IS 0.47

RGB Variations

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

Color information

#86713D (or 0x86713D) is known color: Corn Harvest. HEX triplet: 86, 71 and 3D. RGB value is (134,113,61). Sum of RGB (Red+Green+Blue) = 134+113+61=308 (40% of max value = 765). Red value is 134 (52.73% from 255 or 43.51% from 308); Green value is 113 (44.53% from 255 or 36.69% from 308); Blue value is 61 (24.22% from 255 or 19.81% from 308); Max value from RGB is 134 - color contains mainly: red. Hex color #86713D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86713D is #798EC2. Grayscale: #717171. Windows color (decimal): -7966403 or 4026758. OLE color: 4026758.

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

Color convert

RGB 134 113 61 -
CMYK 0 0.16 0.54 0.47
HSL 42.74º 0.37% 0.38% -
HSV(B) 42.74º 0.54% 0.53% -
XYZ 16.58 17.22 6.86 -
YUV 113.35 98.46 142.73 -
System Red Green Blue C M Y K H S L
Decimal 134 113 61 0 0.16 0.54 0.47 42.74 0.37 0.38
Hex 86 71 3D 0 10 36 2F 2B 25 26
Octal 206 161 75 0 20 66 57 53 45 46
Binary 10000110 1110001 111101 0 10000 110110 101111 101011 100101 100110

Color Harmonies of #86713D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86713D

Black with #86713D

Text Example


Text Example

White with #86713D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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