#867631

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

Shades of Corn Harvest #867631

Tints of Corn Harvest #867631

Color information

#867631 (or 0x867631) is unknown color: approx Corn Harvest. HEX triplet: 86, 76 and 31. RGB value is (134,118,49). Sum of RGB (Red+Green+Blue) = 134+118+49=301 (39% of max value = 765). Red value is 134 (52.73% from 255 or 44.52% from 301); Green value is 118 (46.48% from 255 or 39.20% from 301); Blue value is 49 (19.53% from 255 or 16.28% from 301); Max value from RGB is 134 - color contains mainly: red. Hex color #867631 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #867631 is #7989CE. Grayscale: #737373. Windows color (decimal): -7965135 or 3241606. OLE color: 3241606.

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

Color convert

RGB13411849-
CMYK00.120.630.47
HSL48.71º46.45%35.88%-
HSV(B)48.71º63.43%52.55%-
XYZ16.8618.255.54-
YUV114.9290.8141.61-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 44.52%
GREEN value IS 118 (46.48% from 255) = 39.20%
BLUE value IS 49 (19.53% from 255) = 16.28%
R=44.52%
G=39.20%
B=16.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.63
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341184900.120.630.4748.7146.4535.88
Hex8676310C3F2F312e24
Octal206166610147757615644
Binary10000110111011011000101100111111101111110001101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867631; }

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

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

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

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

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

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

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

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