Html Css Color HEX #8C682E Corn Harvest

📋 copy color: '#8C682E'

red 140 ◦ green 104 ◦ blue 46

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

Shades of Corn Harvest #8C682E

Tints of Corn Harvest #8C682E

RGB

 RED value IS 140 (55.08% from 255) = 48.28%

 GREEN value IS 104 (41.02% from 255) = 35.86%

 BLUE value IS 46 (18.36% from 255) = 15.86%

R = 48.28%
G = 35.86%
B = 15.86%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.67

 K value IS 0.45

RGB Variations

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

Color information

#8C682E (or 0x8C682E) is known color: Corn Harvest. HEX triplet: 8C, 68 and 2E. RGB value is (140,104,46). Sum of RGB (Red+Green+Blue) = 140+104+46=290 (38% of max value = 765). Red value is 140 (55.08% from 255 or 48.28% from 290); Green value is 104 (41.02% from 255 or 35.86% from 290); Blue value is 46 (18.36% from 255 or 15.86% from 290); Max value from RGB is 140 - color contains mainly: red. Hex color #8C682E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C682E is #7397D1. Grayscale: #6C6C6C. Windows color (decimal): -7575506 or 3041420. OLE color: 3041420.

HSL color Cylindrical-coordinate representation of color #8C682E: hue angle of 37.02º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8C682E is Cyan = 0, Magento = 0.26, Yellow = 0.67 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 104 46 -
CMYK 0 0.26 0.67 0.45
HSL 37.02º 0.51% 0.36% -
HSV(B) 37.02º 0.67% 0.55% -
XYZ 16.26 15.67 4.75 -
YUV 108.15 92.93 150.72 -
System Red Green Blue C M Y K H S L
Decimal 140 104 46 0 0.26 0.67 0.45 37.02 0.51 0.36
Hex 8C 68 2E 0 1A 43 2D 25 33 24
Octal 214 150 56 0 32 103 55 45 63 44
Binary 10001100 1101000 101110 0 11010 1000011 101101 100101 110011 100100

Color Harmonies of #8C682E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C682E

Black with #8C682E

Text Example


Text Example

White with #8C682E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8C682E; }

 p { color: rgb(140,104,46); }

 H1.HeaderClassName
 {
   color: #8C682E;
 }
 .AnyTagClassName
 {
   color: #8C682E;
 }
</style>

background-color css

<style>
 a { background-color: #8C682E; }

 a { background-color: rgb(140,104,46); }

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

border-color css

<style>
 span { border-color: #8C682E; }

 span { border-color: rgb(140,104,46); }

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