#8b6f2b

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

Shades of Corn Harvest #8B6F2B

Tints of Corn Harvest #8B6F2B

Color information

#8B6F2B (or 0x8B6F2B) is unknown color: approx Corn Harvest. HEX triplet: 8B, 6F and 2B. RGB value is (139,111,43). Sum of RGB (Red+Green+Blue) = 139+111+43=293 (38% of max value = 765). Red value is 139 (54.69% from 255 or 47.44% from 293); Green value is 111 (43.75% from 255 or 37.88% from 293); Blue value is 43 (17.19% from 255 or 14.68% from 293); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6F2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B6F2B is #7490D4. Grayscale: #6F6F6F. Windows color (decimal): -7639253 or 2846603. OLE color: 2846603.

HSL color Cylindrical-coordinate representation of color #8B6F2B: hue angle of 42.5º 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 #8B6F2B is Cyan = 0, Magento = 0.20, Yellow = 0.69 and Black (K on CMYK) = 0.45.

Color convert

RGB13911143-
CMYK00.200.690.45
HSL42.5º52.75%35.69%-
HSV(B)42.5º69.06%54.51%-
XYZ16.7717.034.69-
YUV111.6289.28147.53-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 47.44%
GREEN value IS 111 (43.75% from 255) = 37.88%
BLUE value IS 43 (17.19% from 255) = 14.68%
R=47.44%
G=37.88%
B=14.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.69
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391114300.200.690.4542.552.7535.69
Hex8B6F2B014452D2a3524
Octal2131575302410555526544
Binary1000101111011111010110101001000101101101101010110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8b6f2b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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