#817860

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

Shades of Stonewall #817860

Tints of Stonewall #817860

Color information

#817860 (or 0x817860) is unknown color: approx Stonewall. HEX triplet: 81, 78 and 60. RGB value is (129,120,96). Sum of RGB (Red+Green+Blue) = 129+120+96=345 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.39% from 345); Green value is 120 (47.27% from 255 or 34.78% from 345); Blue value is 96 (37.89% from 255 or 27.83% from 345); Max value from RGB is 129 - color contains mainly: red. Hex color #817860 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #817860 is #7E879F. Grayscale: #787878. Windows color (decimal): -8292256 or 6322305. OLE color: 6322305.

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

Color convert

RGB12912096-
CMYK00.070.260.49
HSL43.64º14.67%44.12%-
HSV(B)43.64º25.58%50.59%-
XYZ17.8818.9413.78-
YUV119.96114.48134.45-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 37.39%
GREEN value IS 120 (47.27% from 255) = 34.78%
BLUE value IS 96 (37.89% from 255) = 27.83%
R=37.39%
G=34.78%
B=27.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.26
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291209600.070.260.4943.6414.6744.12
Hex817860071A312cf2c
Octal201170140073261541754
Binary10000001111100011000000111110101100011011001111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #817860; }

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

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

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

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

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

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

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

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