#827660

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

Shades of Stonewall #827660

Tints of Stonewall #827660

Color information

#827660 (or 0x827660) is unknown color: approx Stonewall. HEX triplet: 82, 76 and 60. RGB value is (130,118,96). Sum of RGB (Red+Green+Blue) = 130+118+96=344 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.79% from 344); Green value is 118 (46.48% from 255 or 34.30% from 344); Blue value is 96 (37.89% from 255 or 27.91% from 344); Max value from RGB is 130 - color contains mainly: red. Hex color #827660 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827660 is #7D899F. Grayscale: #777777. Windows color (decimal): -8227232 or 6321794. OLE color: 6321794.

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

Color convert

RGB13011896-
CMYK00.090.260.49
HSL38.82º15.04%44.31%-
HSV(B)38.82º26.15%50.98%-
XYZ17.818.5513.71-
YUV119.08114.98135.79-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 37.79%
GREEN value IS 118 (46.48% from 255) = 34.30%
BLUE value IS 96 (37.89% from 255) = 27.91%
R=37.79%
G=34.30%
B=27.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.26
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301189600.090.260.4938.8215.0444.31
Hex827660091A3127f2c
Octal2021661400113261471754
Binary100000101110110110000001001110101100011001111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827660; }

 p { color: rgb(130,118,96); }

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

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

 a { background-color: rgb(130,118,96); }

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

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

 span { border-color: rgb(130,118,96); }

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