#867861

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

Shades of Stonewall #867861

Tints of Stonewall #867861

Color information

#867861 (or 0x867861) is unknown color: approx Stonewall. HEX triplet: 86, 78 and 61. RGB value is (134,120,97). Sum of RGB (Red+Green+Blue) = 134+120+97=351 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.18% from 351); Green value is 120 (47.27% from 255 or 34.19% from 351); Blue value is 97 (38.28% from 255 or 27.64% from 351); Max value from RGB is 134 - color contains mainly: red. Hex color #867861 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867861 is #79879E. Grayscale: #797979. Windows color (decimal): -7964575 or 6387846. OLE color: 6387846.

HSL color Cylindrical-coordinate representation of color #867861: hue angle of 37.3º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #867861 is Cyan = 0, Magento = 0.10, Yellow = 0.28 and Black (K on CMYK) = 0.47.

Color convert

RGB13412097-
CMYK00.100.280.47
HSL37.3º16.02%45.29%-
HSV(B)37.3º27.61%52.55%-
XYZ18.7119.3614.06-
YUV121.56114.14136.87-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 38.18%
GREEN value IS 120 (47.27% from 255) = 34.19%
BLUE value IS 97 (38.28% from 255) = 27.64%
R=38.18%
G=34.19%
B=27.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.28
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341209700.100.280.4737.316.0245.29
Hex8678610A1C2F25102d
Octal2061701410123457452055
Binary1000011011110001100001010101110010111110010110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867861; }

 p { color: rgb(134,120,97); }

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

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

 a { background-color: rgb(134,120,97); }

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

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

 span { border-color: rgb(134,120,97); }

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