#8B6B2D

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

Shades of Corn Harvest #8B6B2D

Tints of Corn Harvest #8B6B2D

Color information

#8B6B2D (or 0x8B6B2D) is unknown color: approx Corn Harvest. HEX triplet: 8B, 6B and 2D. RGB value is (139,107,45). Sum of RGB (Red+Green+Blue) = 139+107+45=291 (38% of max value = 765). Red value is 139 (54.69% from 255 or 47.77% from 291); Green value is 107 (42.19% from 255 or 36.77% from 291); Blue value is 45 (17.97% from 255 or 15.46% from 291); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6B2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B6B2D is #7494D2. Grayscale: #6D6D6D. Windows color (decimal): -7640275 or 2976651. OLE color: 2976651.

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

Color convert

RGB13910745-
CMYK00.230.680.45
HSL39.57º51.09%36.08%-
HSV(B)39.57º67.63%54.51%-
XYZ16.3816.194.75-
YUV109.591.6149.04-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 47.77%
GREEN value IS 107 (42.19% from 255) = 36.77%
BLUE value IS 45 (17.97% from 255) = 15.46%
R=47.77%
G=36.77%
B=15.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.68
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391074500.230.680.4539.5751.0936.08
Hex8B6B2D017442D283324
Octal2131535502710455506344
Binary1000101111010111011010101111000100101101101000110011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6B2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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