#8B692E

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

Shades of Corn Harvest #8B692E

Tints of Corn Harvest #8B692E

Color information

#8B692E (or 0x8B692E) is unknown color: approx Corn Harvest. HEX triplet: 8B, 69 and 2E. RGB value is (139,105,46). Sum of RGB (Red+Green+Blue) = 139+105+46=290 (38% of max value = 765). Red value is 139 (54.69% from 255 or 47.93% from 290); Green value is 105 (41.41% from 255 or 36.21% from 290); Blue value is 46 (18.36% from 255 or 15.86% from 290); Max value from RGB is 139 - color contains mainly: red. Hex color #8B692E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B692E is #7496D1. Grayscale: #6C6C6C. Windows color (decimal): -7640786 or 3041675. OLE color: 3041675.

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

Color convert

RGB13910546-
CMYK00.240.670.45
HSL38.06º50.27%36.27%-
HSV(B)38.06º66.91%54.51%-
XYZ16.1915.794.78-
YUV108.4492.76149.8-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 47.93%
GREEN value IS 105 (41.41% from 255) = 36.21%
BLUE value IS 46 (18.36% from 255) = 15.86%
R=47.93%
G=36.21%
B=15.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.67
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391054600.240.670.4538.0650.2736.27
Hex8B692E018432D263224
Octal2131515603010355466244
Binary1000101111010011011100110001000011101101100110110010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B692E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,105,46); }

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

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

 a { background-color: rgb(139,105,46); }

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

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

 span { border-color: rgb(139,105,46); }

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