#867960

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

Shades of Stonewall #867960

Tints of Stonewall #867960

Color information

#867960 (or 0x867960) is unknown color: approx Stonewall. HEX triplet: 86, 79 and 60. RGB value is (134,121,96). Sum of RGB (Red+Green+Blue) = 134+121+96=351 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.18% from 351); Green value is 121 (47.66% from 255 or 34.47% from 351); Blue value is 96 (37.89% from 255 or 27.35% from 351); Max value from RGB is 134 - color contains mainly: red. Hex color #867960 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867960 is #79869F. Grayscale: #7A7A7A. Windows color (decimal): -7964320 or 6322566. OLE color: 6322566.

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

Color convert

RGB13412196-
CMYK00.100.280.47
HSL39.47º16.52%45.1%-
HSV(B)39.47º28.36%52.55%-
XYZ18.7819.5913.86-
YUV122.04113.31136.53-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 38.18%
GREEN value IS 121 (47.66% from 255) = 34.47%
BLUE value IS 96 (37.89% from 255) = 27.35%
R=38.18%
G=34.47%
B=27.35%

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
Decimal1341219600.100.280.4739.4716.5245.1
Hex8679600A1C2F27112d
Octal2061711400123457472155
Binary1000011011110011100000010101110010111110011110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867960; }

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

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

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

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

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

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

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

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