#867634

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

Shades of Corn Harvest #867634

Tints of Corn Harvest #867634

Color information

#867634 (or 0x867634) is unknown color: approx Corn Harvest. HEX triplet: 86, 76 and 34. RGB value is (134,118,52). Sum of RGB (Red+Green+Blue) = 134+118+52=304 (40% of max value = 765). Red value is 134 (52.73% from 255 or 44.08% from 304); Green value is 118 (46.48% from 255 or 38.82% from 304); Blue value is 52 (20.70% from 255 or 17.11% from 304); Max value from RGB is 134 - color contains mainly: red. Hex color #867634 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #867634 is #7989CB. Grayscale: #737373. Windows color (decimal): -7965132 or 3438214. OLE color: 3438214.

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

Color convert

RGB13411852-
CMYK00.120.610.47
HSL48.29º44.09%36.47%-
HSV(B)48.29º61.19%52.55%-
XYZ16.9318.275.88-
YUV115.2692.3141.37-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 44.08%
GREEN value IS 118 (46.48% from 255) = 38.82%
BLUE value IS 52 (20.70% from 255) = 17.11%
R=44.08%
G=38.82%
B=17.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.61
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341185200.120.610.4748.2944.0936.47
Hex8676340C3D2F302c24
Octal206166640147557605444
Binary10000110111011011010001100111101101111110000101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867634

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867634; }

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

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

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

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

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

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

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

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