Html Css Color HEX #866C31 Corn Harvest

📋 copy color: '#866C31'

red 134 ◦ green 108 ◦ blue 49

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

Shades of Corn Harvest #866C31

Tints of Corn Harvest #866C31

RGB

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

 GREEN value IS 108 (42.58% from 255) = 37.11%

 BLUE value IS 49 (19.53% from 255) = 16.84%

R = 46.05%
G = 37.11%
B = 16.84%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.63

 K value IS 0.47

RGB Variations

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

Color information

#866C31 (or 0x866C31) is known color: Corn Harvest. HEX triplet: 86, 6C and 31. RGB value is (134,108,49). Sum of RGB (Red+Green+Blue) = 134+108+49=291 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.05% from 291); Green value is 108 (42.58% from 255 or 37.11% from 291); Blue value is 49 (19.53% from 255 or 16.84% from 291); Max value from RGB is 134 - color contains mainly: red. Hex color #866C31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #866C31 is #7993CE. Grayscale: #6D6D6D. Windows color (decimal): -7967695 or 3239046. OLE color: 3239046.

HSL color Cylindrical-coordinate representation of color #866C31: hue angle of 41.65º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #866C31 is Cyan = 0, Magento = 0.19, Yellow = 0.63 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 108 49 -
CMYK 0 0.19 0.63 0.47
HSL 41.65º 0.46% 0.36% -
HSV(B) 41.65º 0.63% 0.53% -
XYZ 15.75 16.02 5.17 -
YUV 109.05 94.11 145.8 -
System Red Green Blue C M Y K H S L
Decimal 134 108 49 0 0.19 0.63 0.47 41.65 0.46 0.36
Hex 86 6C 31 0 13 3F 2F 2A 2E 24
Octal 206 154 61 0 23 77 57 52 56 44
Binary 10000110 1101100 110001 0 10011 111111 101111 101010 101110 100100

Color Harmonies of #866C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866C31

Black with #866C31

Text Example


Text Example

White with #866C31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #866C31; }

 p { color: rgb(134,108,49); }

 H1.HeaderClassName
 {
   color: #866C31;
 }
 .AnyTagClassName
 {
   color: #866C31;
 }
</style>

background-color css

<style>
 a { background-color: #866C31; }

 a { background-color: rgb(134,108,49); }

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

border-color css

<style>
 span { border-color: #866C31; }

 span { border-color: rgb(134,108,49); }

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