#867146

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

Shades of Shadow #867146

Tints of Shadow #867146

Color information

#867146 (or 0x867146) is unknown color: approx Shadow. HEX triplet: 86, 71 and 46. RGB value is (134,113,70). Sum of RGB (Red+Green+Blue) = 134+113+70=317 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.27% from 317); Green value is 113 (44.53% from 255 or 35.65% from 317); Blue value is 70 (27.73% from 255 or 22.08% from 317); Max value from RGB is 134 - color contains mainly: red. Hex color #867146 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #867146 is #798EB9. Grayscale: #727272. Windows color (decimal): -7966394 or 4616582. OLE color: 4616582.

HSL color Cylindrical-coordinate representation of color #867146: hue angle of 40.31º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #867146 is Cyan = 0, Magento = 0.16, Yellow = 0.48 and Black (K on CMYK) = 0.47.

Color convert

RGB13411370-
CMYK00.160.480.47
HSL40.31º31.37%40%-
HSV(B)40.31º47.76%52.55%-
XYZ16.8417.328.25-
YUV114.38102.96142-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 42.27%
GREEN value IS 113 (44.53% from 255) = 35.65%
BLUE value IS 70 (27.73% from 255) = 22.08%
R=42.27%
G=35.65%
B=22.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.48
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341137000.160.480.4740.3131.3740
Hex867146010302F281f28
Octal2061611060206057503750
Binary100001101110001100011001000011000010111110100011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867146; }

 p { color: rgb(134,113,70); }

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

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

 a { background-color: rgb(134,113,70); }

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

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

 span { border-color: rgb(134,113,70); }

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