#807565

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

Shades of Stonewall #807565

Tints of Stonewall #807565

Color information

#807565 (or 0x807565) is unknown color: approx Stonewall. HEX triplet: 80, 75 and 65. RGB value is (128,117,101). Sum of RGB (Red+Green+Blue) = 128+117+101=346 (45% of max value = 765). Red value is 128 (50.39% from 255 or 36.99% from 346); Green value is 117 (46.09% from 255 or 33.82% from 346); Blue value is 101 (39.84% from 255 or 29.19% from 346); Max value from RGB is 128 - color contains mainly: red. Hex color #807565 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #807565 is #7F8A9A. Grayscale: #767676. Windows color (decimal): -8358555 or 6649216. OLE color: 6649216.

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

Color convert

RGB128117101-
CMYK00.090.210.50
HSL35.56º11.79%44.9%-
HSV(B)35.56º21.09%50.2%-
XYZ17.6118.2514.91-
YUV118.46118.14134.8-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 36.99%
GREEN value IS 117 (46.09% from 255) = 33.82%
BLUE value IS 101 (39.84% from 255) = 29.19%
R=36.99%
G=33.82%
B=29.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.21
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12811710100.090.210.5035.5611.7944.9
Hex80756509153224c2d
Octal2001651450112562441455
Binary100000001110101110010101001101011100101001001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #807565; }

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

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

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

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

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

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

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

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