#8B6C27

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

Shades of Corn Harvest #8B6C27

Tints of Corn Harvest #8B6C27

Color information

#8B6C27 (or 0x8B6C27) is unknown color: approx Corn Harvest. HEX triplet: 8B, 6C and 27. RGB value is (139,108,39). Sum of RGB (Red+Green+Blue) = 139+108+39=286 (37% of max value = 765). Red value is 139 (54.69% from 255 or 48.60% from 286); Green value is 108 (42.58% from 255 or 37.76% from 286); Blue value is 39 (15.62% from 255 or 13.64% from 286); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6C27 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B6C27 is #7493D8. Grayscale: #6D6D6D. Windows color (decimal): -7640025 or 2583691. OLE color: 2583691.

HSL color Cylindrical-coordinate representation of color #8B6C27: hue angle of 41.4º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8B6C27 is Cyan = 0, Magento = 0.22, Yellow = 0.72 and Black (K on CMYK) = 0.45.

Color convert

RGB13910839-
CMYK00.220.720.45
HSL41.4º56.18%34.9%-
HSV(B)41.4º71.94%54.51%-
XYZ16.3816.364.21-
YUV109.488.27149.11-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 48.60%
GREEN value IS 108 (42.58% from 255) = 37.76%
BLUE value IS 39 (15.62% from 255) = 13.64%
R=48.60%
G=37.76%
B=13.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.72
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391083900.220.720.4541.456.1834.9
Hex8B6C27016482D293823
Octal2131544702611055517043
Binary1000101111011001001110101101001000101101101001111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6C27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,108,39); }

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

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

 a { background-color: rgb(139,108,39); }

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

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

 span { border-color: rgb(139,108,39); }

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