#807461

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

Shades of Stonewall #807461

Tints of Stonewall #807461

Color information

#807461 (or 0x807461) is unknown color: approx Stonewall. HEX triplet: 80, 74 and 61. RGB value is (128,116,97). Sum of RGB (Red+Green+Blue) = 128+116+97=341 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.54% from 341); Green value is 116 (45.70% from 255 or 34.02% from 341); Blue value is 97 (38.28% from 255 or 28.45% from 341); Max value from RGB is 128 - color contains mainly: red. Hex color #807461 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #807461 is #7F8B9E. Grayscale: #757575. Windows color (decimal): -8358815 or 6386816. OLE color: 6386816.

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

Color convert

RGB12811697-
CMYK00.090.240.50
HSL36.77º13.78%44.12%-
HSV(B)36.77º24.22%50.2%-
XYZ17.3117.9413.86-
YUV117.42116.48135.54-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 37.54%
GREEN value IS 116 (45.70% from 255) = 34.02%
BLUE value IS 97 (38.28% from 255) = 28.45%
R=37.54%
G=34.02%
B=28.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.24
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281169700.090.240.5036.7713.7844.12
Hex80746109183225e2c
Octal2001641410113062451654
Binary100000001110100110000101001110001100101001011110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #807461; }

 p { color: rgb(128,116,97); }

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

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

 a { background-color: rgb(128,116,97); }

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

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

 span { border-color: rgb(128,116,97); }

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