Html Css Color HEX #886A2F Corn Harvest

📋 copy color: '#886A2F'

red 136 ◦ green 106 ◦ blue 47

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

Shades of Corn Harvest #886A2F

Tints of Corn Harvest #886A2F

RGB

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

 GREEN value IS 106 (41.8% from 255) = 36.68%

 BLUE value IS 47 (18.75% from 255) = 16.26%

R = 47.06%
G = 36.68%
B = 16.26%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.65

 K value IS 0.47

RGB Variations

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

Color information

#886A2F (or 0x886A2F) is known color: Corn Harvest. HEX triplet: 88, 6A and 2F. RGB value is (136,106,47). Sum of RGB (Red+Green+Blue) = 136+106+47=289 (38% of max value = 765). Red value is 136 (53.52% from 255 or 47.06% from 289); Green value is 106 (41.80% from 255 or 36.68% from 289); Blue value is 47 (18.75% from 255 or 16.26% from 289); Max value from RGB is 136 - color contains mainly: red. Hex color #886A2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #886A2F is #7795D0. Grayscale: #6C6C6C. Windows color (decimal): -7837137 or 3107464. OLE color: 3107464.

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

Color convert

RGB 136 106 47 -
CMYK 0 0.22 0.65 0.47
HSL 39.78º 0.49% 0.36% -
HSV(B) 39.78º 0.65% 0.53% -
XYZ 15.82 15.75 4.9 -
YUV 108.24 93.44 147.8 -
System Red Green Blue C M Y K H S L
Decimal 136 106 47 0 0.22 0.65 0.47 39.78 0.49 0.36
Hex 88 6A 2F 0 16 41 2F 28 31 24
Octal 210 152 57 0 26 101 57 50 61 44
Binary 10001000 1101010 101111 0 10110 1000001 101111 101000 110001 100100

Color Harmonies of #886A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886A2F

Black with #886A2F

Text Example


Text Example

White with #886A2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,106,47); }

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

background-color css

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

 a { background-color: rgb(136,106,47); }

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

border-color css

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

 span { border-color: rgb(136,106,47); }

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