#817761

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

Shades of Stonewall #817761

Tints of Stonewall #817761

Color information

#817761 (or 0x817761) is unknown color: approx Stonewall. HEX triplet: 81, 77 and 61. RGB value is (129,119,97). Sum of RGB (Red+Green+Blue) = 129+119+97=345 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.39% from 345); Green value is 119 (46.88% from 255 or 34.49% from 345); Blue value is 97 (38.28% from 255 or 28.12% from 345); Max value from RGB is 129 - color contains mainly: red. Hex color #817761 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #817761 is #7E889E. Grayscale: #777777. Windows color (decimal): -8292511 or 6387585. OLE color: 6387585.

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

Color convert

RGB12911997-
CMYK00.080.250.49
HSL41.25º14.16%44.31%-
HSV(B)41.25º24.81%50.59%-
XYZ17.8118.7213.98-
YUV119.48115.31134.79-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 37.39%
GREEN value IS 119 (46.88% from 255) = 34.49%
BLUE value IS 97 (38.28% from 255) = 28.12%
R=37.39%
G=34.49%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.25
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291199700.080.250.4941.2514.1644.31
Hex81776108193129e2c
Octal2011671410103161511654
Binary100000011110111110000101000110011100011010011110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #817761; }

 p { color: rgb(129,119,97); }

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

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

 a { background-color: rgb(129,119,97); }

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

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

 span { border-color: rgb(129,119,97); }

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