#86795F

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

Shades of Stonewall #86795F

Tints of Stonewall #86795F

Color information

#86795F (or 0x86795F) is unknown color: approx Stonewall. HEX triplet: 86, 79 and 5F. RGB value is (134,121,95). Sum of RGB (Red+Green+Blue) = 134+121+95=350 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.29% from 350); Green value is 121 (47.66% from 255 or 34.57% from 350); Blue value is 95 (37.5% from 255 or 27.14% from 350); Max value from RGB is 134 - color contains mainly: red. Hex color #86795F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86795F is #7986A0. Grayscale: #7A7A7A. Windows color (decimal): -7964321 or 6257030. OLE color: 6257030.

HSL color Cylindrical-coordinate representation of color #86795F: hue angle of 40º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #86795F is Cyan = 0, Magento = 0.10, Yellow = 0.29 and Black (K on CMYK) = 0.47.

Color convert

RGB13412195-
CMYK00.100.290.47
HSL40º17.03%44.9%-
HSV(B)40º29.1%52.55%-
XYZ18.7319.5713.62-
YUV121.92112.81136.61-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 38.29%
GREEN value IS 121 (47.66% from 255) = 34.57%
BLUE value IS 95 (37.5% from 255) = 27.14%
R=38.29%
G=34.57%
B=27.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.29
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341219500.100.290.474017.0344.9
Hex86795F0A1D2F28112d
Octal2061711370123557502155
Binary1000011011110011011111010101110110111110100010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86795F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,121,95); }

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

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

 a { background-color: rgb(134,121,95); }

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

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

 span { border-color: rgb(134,121,95); }

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