#86795E

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

Shades of Stonewall #86795E

Tints of Stonewall #86795E

Color information

#86795E (or 0x86795E) is unknown color: approx Stonewall. HEX triplet: 86, 79 and 5E. RGB value is (134,121,94). Sum of RGB (Red+Green+Blue) = 134+121+94=349 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.40% from 349); Green value is 121 (47.66% from 255 or 34.67% from 349); Blue value is 94 (37.11% from 255 or 26.93% from 349); Max value from RGB is 134 - color contains mainly: red. Hex color #86795E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86795E is #7986A1. Grayscale: #797979. Windows color (decimal): -7964322 or 6191494. OLE color: 6191494.

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

Color convert

RGB13412194-
CMYK00.100.300.47
HSL40.5º17.54%44.71%-
HSV(B)40.5º29.85%52.55%-
XYZ18.6919.5513.38-
YUV121.81112.31136.7-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 38.40%
GREEN value IS 121 (47.66% from 255) = 34.67%
BLUE value IS 94 (37.11% from 255) = 26.93%
R=38.40%
G=34.67%
B=26.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.30
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341219400.100.300.4740.517.5444.71
Hex86795E0A1E2F28122d
Octal2061711360123657502255
Binary1000011011110011011110010101111010111110100010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86795E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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