#867630

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

Shades of Corn Harvest #867630

Tints of Corn Harvest #867630

Color information

#867630 (or 0x867630) is unknown color: approx Corn Harvest. HEX triplet: 86, 76 and 30. RGB value is (134,118,48). Sum of RGB (Red+Green+Blue) = 134+118+48=300 (39% of max value = 765). Red value is 134 (52.73% from 255 or 44.67% from 300); Green value is 118 (46.48% from 255 or 39.33% from 300); Blue value is 48 (19.14% from 255 or 16% from 300); Max value from RGB is 134 - color contains mainly: red. Hex color #867630 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #867630 is #7989CF. Grayscale: #737373. Windows color (decimal): -7965136 or 3176070. OLE color: 3176070.

HSL color Cylindrical-coordinate representation of color #867630: hue angle of 48.84º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #867630 is Cyan = 0, Magento = 0.12, Yellow = 0.64 and Black (K on CMYK) = 0.47.

Color convert

RGB13411848-
CMYK00.120.640.47
HSL48.84º47.25%35.69%-
HSV(B)48.84º64.18%52.55%-
XYZ16.8418.245.43-
YUV114.890.3141.69-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 44.67%
GREEN value IS 118 (46.48% from 255) = 39.33%
BLUE value IS 48 (19.14% from 255) = 16%
R=44.67%
G=39.33%
B=16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.64
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341184800.120.640.4748.8447.2535.69
Hex8676300C402F312f24
Octal2061666001410057615744
Binary100001101110110110000011001000000101111110001101111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867630; }

 p { color: rgb(134,118,48); }

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

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

 a { background-color: rgb(134,118,48); }

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

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

 span { border-color: rgb(134,118,48); }

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