#817961

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

Shades of Stonewall #817961

Tints of Stonewall #817961

Color information

#817961 (or 0x817961) is unknown color: approx Stonewall. HEX triplet: 81, 79 and 61. RGB value is (129,121,97). Sum of RGB (Red+Green+Blue) = 129+121+97=347 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.18% from 347); Green value is 121 (47.66% from 255 or 34.87% from 347); Blue value is 97 (38.28% from 255 or 27.95% from 347); Max value from RGB is 129 - color contains mainly: red. Hex color #817961 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #817961 is #7E869E. Grayscale: #787878. Windows color (decimal): -8291999 or 6388097. OLE color: 6388097.

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

Color convert

RGB12912197-
CMYK00.060.250.49
HSL45º14.16%44.31%-
HSV(B)45º24.81%50.59%-
XYZ18.0519.214.06-
YUV120.66114.65133.95-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 37.18%
GREEN value IS 121 (47.66% from 255) = 34.87%
BLUE value IS 97 (38.28% from 255) = 27.95%
R=37.18%
G=34.87%
B=27.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.25
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291219700.060.250.494514.1644.31
Hex8179610619312de2c
Octal201171141063161551654
Binary10000001111100111000010110110011100011011011110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #817961; }

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

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

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

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

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

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

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

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