Html Css Color HEX #86753C Corn Harvest

📋 copy color: '#86753C'

red 134 ◦ green 117 ◦ blue 60

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

Shades of Corn Harvest #86753C

Tints of Corn Harvest #86753C

RGB

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

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

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

R = 43.09%
G = 37.62%
B = 19.29%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.55

 K value IS 0.47

RGB Variations

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

Color information

#86753C (or 0x86753C) is known color: Corn Harvest. HEX triplet: 86, 75 and 3C. RGB value is (134,117,60). Sum of RGB (Red+Green+Blue) = 134+117+60=311 (41% of max value = 765). Red value is 134 (52.73% from 255 or 43.09% from 311); Green value is 117 (46.09% from 255 or 37.62% from 311); Blue value is 60 (23.83% from 255 or 19.29% from 311); Max value from RGB is 134 - color contains mainly: red. Hex color #86753C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86753C is #798AC3. Grayscale: #737373. Windows color (decimal): -7965380 or 3962246. OLE color: 3962246.

HSL color Cylindrical-coordinate representation of color #86753C: hue angle of 46.22º 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 #86753C is Cyan = 0, Magento = 0.13, Yellow = 0.55 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 117 60 -
CMYK 0 0.13 0.55 0.47
HSL 46.22º 0.38% 0.38% -
HSV(B) 46.22º 0.55% 0.53% -
XYZ 17.01 18.12 6.88 -
YUV 115.59 96.63 141.13 -
System Red Green Blue C M Y K H S L
Decimal 134 117 60 0 0.13 0.55 0.47 46.22 0.38 0.38
Hex 86 75 3C 0 D 37 2F 2E 26 26
Octal 206 165 74 0 15 67 57 56 46 46
Binary 10000110 1110101 111100 0 1101 110111 101111 101110 100110 100110

Color Harmonies of #86753C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86753C

Black with #86753C

Text Example


Text Example

White with #86753C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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