#807660

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

Shades of Stonewall #807660

Tints of Stonewall #807660

Color information

#807660 (or 0x807660) is unknown color: approx Stonewall. HEX triplet: 80, 76 and 60. RGB value is (128,118,96). Sum of RGB (Red+Green+Blue) = 128+118+96=342 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.43% from 342); Green value is 118 (46.48% from 255 or 34.50% from 342); Blue value is 96 (37.89% from 255 or 28.07% from 342); Max value from RGB is 128 - color contains mainly: red. Hex color #807660 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #807660 is #7F899F. Grayscale: #767676. Windows color (decimal): -8358304 or 6321792. OLE color: 6321792.

HSL color Cylindrical-coordinate representation of color #807660: hue angle of 41.25º 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 #807660 is Cyan = 0, Magento = 0.08, Yellow = 0.25 and Black (K on CMYK) = 0.50.

Color convert

RGB12811896-
CMYK00.080.250.50
HSL41.25º14.29%43.92%-
HSV(B)41.25º25%50.2%-
XYZ17.4918.3913.69-
YUV118.48115.31134.79-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 37.43%
GREEN value IS 118 (46.48% from 255) = 34.50%
BLUE value IS 96 (37.89% from 255) = 28.07%
R=37.43%
G=34.50%
B=28.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.25
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281189600.080.250.5041.2514.2943.92
Hex80766008193229e2c
Octal2001661400103162511654
Binary100000001110110110000001000110011100101010011110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #807660; }

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

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

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

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

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

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

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

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