#817960

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

Shades of Stonewall #817960

Tints of Stonewall #817960

Color information

#817960 (or 0x817960) is unknown color: approx Stonewall. HEX triplet: 81, 79 and 60. RGB value is (129,121,96). Sum of RGB (Red+Green+Blue) = 129+121+96=346 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.28% from 346); Green value is 121 (47.66% from 255 or 34.97% from 346); Blue value is 96 (37.89% from 255 or 27.75% from 346); Max value from RGB is 129 - color contains mainly: red. Hex color #817960 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #817960 is #7E869F. Grayscale: #787878. Windows color (decimal): -8292000 or 6322561. OLE color: 6322561.

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

Color convert

RGB12912196-
CMYK00.060.260.49
HSL45.45º14.67%44.12%-
HSV(B)45.45º25.58%50.59%-
XYZ1819.1913.82-
YUV120.54114.15134.03-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 37.28%
GREEN value IS 121 (47.66% from 255) = 34.97%
BLUE value IS 96 (37.89% from 255) = 27.75%
R=37.28%
G=34.97%
B=27.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.26
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291219600.060.260.4945.4514.6744.12
Hex817960061A312df2c
Octal201171140063261551754
Binary10000001111100111000000110110101100011011011111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #817960; }

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

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

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

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

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

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

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

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