#867150

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

Shades of Shadow #867150

Tints of Shadow #867150

Color information

#867150 (or 0x867150) is unknown color: approx Shadow. HEX triplet: 86, 71 and 50. RGB value is (134,113,80). Sum of RGB (Red+Green+Blue) = 134+113+80=327 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.98% from 327); Green value is 113 (44.53% from 255 or 34.56% from 327); Blue value is 80 (31.64% from 255 or 24.46% from 327); Max value from RGB is 134 - color contains mainly: red. Hex color #867150 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867150 is #798EAF. Grayscale: #737373. Windows color (decimal): -7966384 or 5271942. OLE color: 5271942.

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

Color convert

RGB13411380-
CMYK00.160.400.47
HSL36.67º25.23%41.96%-
HSV(B)36.67º40.3%52.55%-
XYZ17.1817.4610.05-
YUV115.52107.96141.18-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 40.98%
GREEN value IS 113 (44.53% from 255) = 34.56%
BLUE value IS 80 (31.64% from 255) = 24.46%
R=40.98%
G=34.56%
B=24.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.40
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341138000.160.400.4736.6725.2341.96
Hex867150010282F25192a
Octal2061611200205057453152
Binary100001101110001101000001000010100010111110010111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867150; }

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

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

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

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

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

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

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

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