#8B6B2B

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

Shades of Corn Harvest #8B6B2B

Tints of Corn Harvest #8B6B2B

Color information

#8B6B2B (or 0x8B6B2B) is unknown color: approx Corn Harvest. HEX triplet: 8B, 6B and 2B. RGB value is (139,107,43). Sum of RGB (Red+Green+Blue) = 139+107+43=289 (38% of max value = 765). Red value is 139 (54.69% from 255 or 48.10% from 289); Green value is 107 (42.19% from 255 or 37.02% from 289); Blue value is 43 (17.19% from 255 or 14.88% from 289); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6B2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B6B2B is #7494D4. Grayscale: #6D6D6D. Windows color (decimal): -7640277 or 2845579. OLE color: 2845579.

HSL color Cylindrical-coordinate representation of color #8B6B2B: hue angle of 40º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8B6B2B is Cyan = 0, Magento = 0.23, Yellow = 0.69 and Black (K on CMYK) = 0.45.

Color convert

RGB13910743-
CMYK00.230.690.45
HSL40º52.75%35.69%-
HSV(B)40º69.06%54.51%-
XYZ16.3416.184.55-
YUV109.2790.6149.2-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 48.10%
GREEN value IS 107 (42.19% from 255) = 37.02%
BLUE value IS 43 (17.19% from 255) = 14.88%
R=48.10%
G=37.02%
B=14.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.69
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391074300.230.690.454052.7535.69
Hex8B6B2B017452D283524
Octal2131535302710555506544
Binary1000101111010111010110101111000101101101101000110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6B2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8B6B2B; }

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

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

<style>
 a { background-color: #8B6B2B; }

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

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

<style>
 span { border-color: #8B6B2B; }

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

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