#8B6C33

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

Shades of Corn Harvest #8B6C33

Tints of Corn Harvest #8B6C33

Color information

#8B6C33 (or 0x8B6C33) is unknown color: approx Corn Harvest. HEX triplet: 8B, 6C and 33. RGB value is (139,108,51). Sum of RGB (Red+Green+Blue) = 139+108+51=298 (39% of max value = 765). Red value is 139 (54.69% from 255 or 46.64% from 298); Green value is 108 (42.58% from 255 or 36.24% from 298); Blue value is 51 (20.31% from 255 or 17.11% from 298); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6C33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B6C33 is #7493CC. Grayscale: #6F6F6F. Windows color (decimal): -7640013 or 3370123. OLE color: 3370123.

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

Color convert

RGB13910851-
CMYK00.220.630.45
HSL38.86º46.32%37.25%-
HSV(B)38.86º63.31%54.51%-
XYZ16.6116.455.43-
YUV110.7794.27148.13-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 46.64%
GREEN value IS 108 (42.58% from 255) = 36.24%
BLUE value IS 51 (20.31% from 255) = 17.11%
R=46.64%
G=36.24%
B=17.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.63
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391085100.220.630.4538.8646.3237.25
Hex8B6C330163F2D272e25
Octal213154630267755475645
Binary100010111101100110011010110111111101101100111101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6C33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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