#827661

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

Shades of Stonewall #827661

Tints of Stonewall #827661

Color information

#827661 (or 0x827661) is unknown color: approx Stonewall. HEX triplet: 82, 76 and 61. RGB value is (130,118,97). Sum of RGB (Red+Green+Blue) = 130+118+97=345 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.68% from 345); Green value is 118 (46.48% from 255 or 34.20% from 345); Blue value is 97 (38.28% from 255 or 28.12% from 345); Max value from RGB is 130 - color contains mainly: red. Hex color #827661 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827661 is #7D899E. Grayscale: #777777. Windows color (decimal): -8227231 or 6387330. OLE color: 6387330.

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

Color convert

RGB13011897-
CMYK00.090.250.49
HSL38.18º14.54%44.51%-
HSV(B)38.18º25.38%50.98%-
XYZ17.8418.5713.95-
YUV119.19115.48135.71-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 37.68%
GREEN value IS 118 (46.48% from 255) = 34.20%
BLUE value IS 97 (38.28% from 255) = 28.12%
R=37.68%
G=34.20%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.25
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301189700.090.250.4938.1814.5444.51
Hex82766109193126f2d
Octal2021661410113161461755
Binary100000101110110110000101001110011100011001101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827661; }

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

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

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

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

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

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

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

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