#807960

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

Shades of Stonewall #807960

Tints of Stonewall #807960

Color information

#807960 (or 0x807960) is unknown color: approx Stonewall. HEX triplet: 80, 79 and 60. RGB value is (128,121,96). Sum of RGB (Red+Green+Blue) = 128+121+96=345 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.10% from 345); Green value is 121 (47.66% from 255 or 35.07% from 345); Blue value is 96 (37.89% from 255 or 27.83% from 345); Max value from RGB is 128 - color contains mainly: red. Hex color #807960 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #807960 is #7F869F. Grayscale: #787878. Windows color (decimal): -8357536 or 6322560. OLE color: 6322560.

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

Color convert

RGB12812196-
CMYK00.050.250.50
HSL46.87º14.29%43.92%-
HSV(B)46.87º25%50.2%-
XYZ17.8519.1113.81-
YUV120.24114.32133.53-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 37.10%
GREEN value IS 121 (47.66% from 255) = 35.07%
BLUE value IS 96 (37.89% from 255) = 27.83%
R=37.10%
G=35.07%
B=27.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.25
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281219600.050.250.5046.8714.2943.92
Hex8079600519322fe2c
Octal200171140053162571654
Binary10000000111100111000000101110011100101011111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #807960; }

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

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

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

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

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

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

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

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