#867860

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

Shades of Stonewall #867860

Tints of Stonewall #867860

Color information

#867860 (or 0x867860) is unknown color: approx Stonewall. HEX triplet: 86, 78 and 60. RGB value is (134,120,96). Sum of RGB (Red+Green+Blue) = 134+120+96=350 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.29% from 350); Green value is 120 (47.27% from 255 or 34.29% from 350); Blue value is 96 (37.89% from 255 or 27.43% from 350); Max value from RGB is 134 - color contains mainly: red. Hex color #867860 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867860 is #79879F. Grayscale: #797979. Windows color (decimal): -7964576 or 6322310. OLE color: 6322310.

HSL color Cylindrical-coordinate representation of color #867860: hue angle of 37.89º degrees, saturation: 0.17, 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 #867860 is Cyan = 0, Magento = 0.10, Yellow = 0.28 and Black (K on CMYK) = 0.47.

Color convert

RGB13412096-
CMYK00.100.280.47
HSL37.89º16.52%45.1%-
HSV(B)37.89º28.36%52.55%-
XYZ18.6619.3513.82-
YUV121.45113.64136.95-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 38.29%
GREEN value IS 120 (47.27% from 255) = 34.29%
BLUE value IS 96 (37.89% from 255) = 27.43%
R=38.29%
G=34.29%
B=27.43%

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
Decimal1341209600.100.280.4737.8916.5245.1
Hex8678600A1C2F26112d
Octal2061701400123457462155
Binary1000011011110001100000010101110010111110011010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867860; }

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

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

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

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

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

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

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

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