Html Css Color HEX #886E2E Corn Harvest

📋 copy color: '#886E2E'

red 136 ◦ green 110 ◦ blue 46

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

Shades of Corn Harvest #886E2E

Tints of Corn Harvest #886E2E

RGB

 RED value IS 136 (53.52% from 255) = 46.58%

 GREEN value IS 110 (43.36% from 255) = 37.67%

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

R = 46.58%
G = 37.67%
B = 15.75%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.66

 K value IS 0.47

RGB Variations

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

Color information

#886E2E (or 0x886E2E) is known color: Corn Harvest. HEX triplet: 88, 6E and 2E. RGB value is (136,110,46). Sum of RGB (Red+Green+Blue) = 136+110+46=292 (38% of max value = 765). Red value is 136 (53.52% from 255 or 46.58% from 292); Green value is 110 (43.36% from 255 or 37.67% from 292); Blue value is 46 (18.36% from 255 or 15.75% from 292); Max value from RGB is 136 - color contains mainly: red. Hex color #886E2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #886E2E is #7791D1. Grayscale: #6E6E6E. Windows color (decimal): -7836114 or 3042952. OLE color: 3042952.

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

Color convert

RGB 136 110 46 -
CMYK 0 0.19 0.66 0.47
HSL 42.67º 0.49% 0.36% -
HSV(B) 42.67º 0.66% 0.53% -
XYZ 16.22 16.58 4.93 -
YUV 110.48 91.61 146.2 -
System Red Green Blue C M Y K H S L
Decimal 136 110 46 0 0.19 0.66 0.47 42.67 0.49 0.36
Hex 88 6E 2E 0 13 42 2F 2B 31 24
Octal 210 156 56 0 23 102 57 53 61 44
Binary 10001000 1101110 101110 0 10011 1000010 101111 101011 110001 100100

Color Harmonies of #886E2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886E2E

Black with #886E2E

Text Example


Text Example

White with #886E2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #886E2E; }

 p { color: rgb(136,110,46); }

 H1.HeaderClassName
 {
   color: #886E2E;
 }
 .AnyTagClassName
 {
   color: #886E2E;
 }
</style>

background-color css

<style>
 a { background-color: #886E2E; }

 a { background-color: rgb(136,110,46); }

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

border-color css

<style>
 span { border-color: #886E2E; }

 span { border-color: rgb(136,110,46); }

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