#86795D

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

Shades of Stonewall #86795D

Tints of Stonewall #86795D

Color information

#86795D (or 0x86795D) is unknown color: approx Stonewall. HEX triplet: 86, 79 and 5D. RGB value is (134,121,93). Sum of RGB (Red+Green+Blue) = 134+121+93=348 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.51% from 348); Green value is 121 (47.66% from 255 or 34.77% from 348); Blue value is 93 (36.72% from 255 or 26.72% from 348); Max value from RGB is 134 - color contains mainly: red. Hex color #86795D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86795D is #7986A2. Grayscale: #797979. Windows color (decimal): -7964323 or 6125958. OLE color: 6125958.

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

Color convert

RGB13412193-
CMYK00.100.310.47
HSL40.98º18.06%44.51%-
HSV(B)40.98º30.6%52.55%-
XYZ18.6419.5313.14-
YUV121.7111.81136.78-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 38.51%
GREEN value IS 121 (47.66% from 255) = 34.77%
BLUE value IS 93 (36.72% from 255) = 26.72%
R=38.51%
G=34.77%
B=26.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.31
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341219300.100.310.4740.9818.0644.51
Hex86795D0A1F2F29122d
Octal2061711350123757512255
Binary1000011011110011011101010101111110111110100110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86795D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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