Html Css Color HEX #86753B Corn Harvest

📋 copy color: '#86753B'

red 134 ◦ green 117 ◦ blue 59

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

Shades of Corn Harvest #86753B

Tints of Corn Harvest #86753B

RGB

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

 GREEN value IS 117 (46.09% from 255) = 37.74%

 BLUE value IS 59 (23.44% from 255) = 19.03%

R = 43.23%
G = 37.74%
B = 19.03%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.56

 K value IS 0.47

RGB Variations

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

Color information

#86753B (or 0x86753B) is known color: Corn Harvest. HEX triplet: 86, 75 and 3B. RGB value is (134,117,59). Sum of RGB (Red+Green+Blue) = 134+117+59=310 (41% of max value = 765). Red value is 134 (52.73% from 255 or 43.23% from 310); Green value is 117 (46.09% from 255 or 37.74% from 310); Blue value is 59 (23.44% from 255 or 19.03% from 310); Max value from RGB is 134 - color contains mainly: red. Hex color #86753B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86753B is #798AC4. Grayscale: #737373. Windows color (decimal): -7965381 or 3896710. OLE color: 3896710.

HSL color Cylindrical-coordinate representation of color #86753B: hue angle of 46.4º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #86753B is Cyan = 0, Magento = 0.13, Yellow = 0.56 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 117 59 -
CMYK 0 0.13 0.56 0.47
HSL 46.4º 0.39% 0.38% -
HSV(B) 46.4º 0.56% 0.53% -
XYZ 16.98 18.11 6.74 -
YUV 115.47 96.13 141.22 -
System Red Green Blue C M Y K H S L
Decimal 134 117 59 0 0.13 0.56 0.47 46.4 0.39 0.38
Hex 86 75 3B 0 D 38 2F 2E 27 26
Octal 206 165 73 0 15 70 57 56 47 46
Binary 10000110 1110101 111011 0 1101 111000 101111 101110 100111 100110

Color Harmonies of #86753B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86753B

Black with #86753B

Text Example


Text Example

White with #86753B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86753B; }

 p { color: rgb(134,117,59); }

 H1.HeaderClassName
 {
   color: #86753B;
 }
 .AnyTagClassName
 {
   color: #86753B;
 }
</style>

background-color css

<style>
 a { background-color: #86753B; }

 a { background-color: rgb(134,117,59); }

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

border-color css

<style>
 span { border-color: #86753B; }

 span { border-color: rgb(134,117,59); }

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