#86754F

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

Shades of Shadow #86754F

Tints of Shadow #86754F

Color information

#86754F (or 0x86754F) is unknown color: approx Shadow. HEX triplet: 86, 75 and 4F. RGB value is (134,117,79). Sum of RGB (Red+Green+Blue) = 134+117+79=330 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.61% from 330); Green value is 117 (46.09% from 255 or 35.45% from 330); Blue value is 79 (31.25% from 255 or 23.94% from 330); Max value from RGB is 134 - color contains mainly: red. Hex color #86754F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86754F is #798AB0. Grayscale: #757575. Windows color (decimal): -7965361 or 5207430. OLE color: 5207430.

HSL color Cylindrical-coordinate representation of color #86754F: hue angle of 41.45º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #86754F is Cyan = 0, Magento = 0.13, Yellow = 0.41 and Black (K on CMYK) = 0.47.

Color convert

RGB13411779-
CMYK00.130.410.47
HSL41.45º25.82%41.76%-
HSV(B)41.45º41.04%52.55%-
XYZ17.618.3610.01-
YUV117.75106.13139.59-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 40.61%
GREEN value IS 117 (46.09% from 255) = 35.45%
BLUE value IS 79 (31.25% from 255) = 23.94%
R=40.61%
G=35.45%
B=23.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.41
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341177900.130.410.4741.4525.8241.76
Hex86754F0D292F291a2a
Octal2061651170155157513252
Binary10000110111010110011110110110100110111110100111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86754F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86754F; }

 p { color: rgb(134,117,79); }

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

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

 a { background-color: rgb(134,117,79); }

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

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

 span { border-color: rgb(134,117,79); }

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