#86754B

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

Shades of Shadow #86754B

Tints of Shadow #86754B

Color information

#86754B (or 0x86754B) is unknown color: approx Shadow. HEX triplet: 86, 75 and 4B. RGB value is (134,117,75). Sum of RGB (Red+Green+Blue) = 134+117+75=326 (43% of max value = 765). Red value is 134 (52.73% from 255 or 41.10% from 326); Green value is 117 (46.09% from 255 or 35.89% from 326); Blue value is 75 (29.69% from 255 or 23.01% from 326); Max value from RGB is 134 - color contains mainly: red. Hex color #86754B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86754B is #798AB4. Grayscale: #757575. Windows color (decimal): -7965365 or 4945286. OLE color: 4945286.

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

Color convert

RGB13411775-
CMYK00.130.440.47
HSL42.71º28.23%40.98%-
HSV(B)42.71º44.03%52.55%-
XYZ17.4618.39.27-
YUV117.3104.13139.92-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 41.10%
GREEN value IS 117 (46.09% from 255) = 35.89%
BLUE value IS 75 (29.69% from 255) = 23.01%
R=41.10%
G=35.89%
B=23.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.44
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341177500.130.440.4742.7128.2340.98
Hex86754B0D2C2F2b1c29
Octal2061651130155457533451
Binary10000110111010110010110110110110010111110101111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86754B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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