#886B2B

Color #886B2B Corn Harvest (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Corn Harvest #886B2B

Tints of Corn Harvest #886B2B

Color information

#886B2B (or 0x886B2B) is unknown color: approx Corn Harvest. HEX triplet: 88, 6B and 2B. RGB value is (136,107,43). Sum of RGB (Red+Green+Blue) = 136+107+43=286 (37% of max value = 765). Red value is 136 (53.52% from 255 or 47.55% from 286); Green value is 107 (42.19% from 255 or 37.41% from 286); Blue value is 43 (17.19% from 255 or 15.03% from 286); Max value from RGB is 136 - color contains mainly: red. Hex color #886B2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #886B2B is #7794D4. Grayscale: #6C6C6C. Windows color (decimal): -7836885 or 2845576. OLE color: 2845576.

HSL color Cylindrical-coordinate representation of color #886B2B: hue angle of 41.29º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #886B2B is Cyan = 0, Magento = 0.21, Yellow = 0.68 and Black (K on CMYK) = 0.47.

Color convert

RGB13610743-
CMYK00.210.680.47
HSL41.29º51.96%35.1%-
HSV(B)41.29º68.38%53.33%-
XYZ15.8515.924.52-
YUV108.3891.11147.7-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 47.55%
GREEN value IS 107 (42.19% from 255) = 37.41%
BLUE value IS 43 (17.19% from 255) = 15.03%
R=47.55%
G=37.41%
B=15.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.68
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361074300.210.680.4741.2951.9635.1
Hex886B2B015442F293423
Octal2101535302510457516443
Binary1000100011010111010110101011000100101111101001110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886B2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,107,43); }

 H1.HeaderClassName
 {
   color: #886B2B;
 }
 .AnyTagClassName
 {
   color: #886B2B;
 }
</style>
background-color css

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

 a { background-color: rgb(136,107,43); }

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

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

 span { border-color: rgb(136,107,43); }

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