Html Css Color HEX #886F2F Corn Harvest

📋 copy color: '#886F2F'

red 136 ◦ green 111 ◦ blue 47

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

Shades of Corn Harvest #886F2F

Tints of Corn Harvest #886F2F

RGB

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

 GREEN value IS 111 (43.75% from 255) = 37.76%

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

R = 46.26%
G = 37.76%
B = 15.99%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.65

 K value IS 0.47

RGB Variations

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

Color information

#886F2F (or 0x886F2F) is known color: Corn Harvest. HEX triplet: 88, 6F and 2F. RGB value is (136,111,47). Sum of RGB (Red+Green+Blue) = 136+111+47=294 (38% of max value = 765). Red value is 136 (53.52% from 255 or 46.26% from 294); Green value is 111 (43.75% from 255 or 37.76% from 294); Blue value is 47 (18.75% from 255 or 15.99% from 294); Max value from RGB is 136 - color contains mainly: red. Hex color #886F2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #886F2F is #7790D0. Grayscale: #6F6F6F. Windows color (decimal): -7835857 or 3108744. OLE color: 3108744.

HSL color Cylindrical-coordinate representation of color #886F2F: hue angle of 43.15º 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 #886F2F is Cyan = 0, Magento = 0.18, Yellow = 0.65 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 111 47 -
CMYK 0 0.18 0.65 0.47
HSL 43.15º 0.49% 0.36% -
HSV(B) 43.15º 0.65% 0.53% -
XYZ 16.35 16.81 5.07 -
YUV 111.18 91.78 145.7 -
System Red Green Blue C M Y K H S L
Decimal 136 111 47 0 0.18 0.65 0.47 43.15 0.49 0.36
Hex 88 6F 2F 0 12 41 2F 2B 31 24
Octal 210 157 57 0 22 101 57 53 61 44
Binary 10001000 1101111 101111 0 10010 1000001 101111 101011 110001 100100

Color Harmonies of #886F2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886F2F

Black with #886F2F

Text Example


Text Example

White with #886F2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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