#807560

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

Shades of Stonewall #807560

Tints of Stonewall #807560

Color information

#807560 (or 0x807560) is unknown color: approx Stonewall. HEX triplet: 80, 75 and 60. RGB value is (128,117,96). Sum of RGB (Red+Green+Blue) = 128+117+96=341 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.54% from 341); Green value is 117 (46.09% from 255 or 34.31% from 341); Blue value is 96 (37.89% from 255 or 28.15% from 341); Max value from RGB is 128 - color contains mainly: red. Hex color #807560 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #807560 is #7F8A9F. Grayscale: #757575. Windows color (decimal): -8358560 or 6321536. OLE color: 6321536.

HSL color Cylindrical-coordinate representation of color #807560: hue angle of 39.37º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #807560 is Cyan = 0, Magento = 0.09, Yellow = 0.25 and Black (K on CMYK) = 0.50.

Color convert

RGB12811796-
CMYK00.090.250.50
HSL39.37º14.29%43.92%-
HSV(B)39.37º25%50.2%-
XYZ17.3718.1613.66-
YUV117.9115.64135.21-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 37.54%
GREEN value IS 117 (46.09% from 255) = 34.31%
BLUE value IS 96 (37.89% from 255) = 28.15%
R=37.54%
G=34.31%
B=28.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.25
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281179600.090.250.5039.3714.2943.92
Hex80756009193227e2c
Octal2001651400113162471654
Binary100000001110101110000001001110011100101001111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #807560; }

 p { color: rgb(128,117,96); }

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

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

 a { background-color: rgb(128,117,96); }

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

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

 span { border-color: rgb(128,117,96); }

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