#817460

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

Shades of Stonewall #817460

Tints of Stonewall #817460

Color information

#817460 (or 0x817460) is unknown color: approx Stonewall. HEX triplet: 81, 74 and 60. RGB value is (129,116,96). Sum of RGB (Red+Green+Blue) = 129+116+96=341 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.83% from 341); Green value is 116 (45.70% from 255 or 34.02% from 341); Blue value is 96 (37.89% from 255 or 28.15% from 341); Max value from RGB is 129 - color contains mainly: red. Hex color #817460 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #817460 is #7E8B9F. Grayscale: #757575. Windows color (decimal): -8293280 or 6321281. OLE color: 6321281.

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

Color convert

RGB12911696-
CMYK00.100.260.49
HSL36.36º14.67%44.12%-
HSV(B)36.36º25.58%50.59%-
XYZ17.411813.62-
YUV117.61115.81136.13-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 37.83%
GREEN value IS 116 (45.70% from 255) = 34.02%
BLUE value IS 96 (37.89% from 255) = 28.15%
R=37.83%
G=34.02%
B=28.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.26
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291169600.100.260.4936.3614.6744.12
Hex8174600A1A3124f2c
Octal2011641400123261441754
Binary100000011110100110000001010110101100011001001111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #817460; }

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

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

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

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

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

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

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

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