#867A5E

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

Shades of Stonewall #867A5E

Tints of Stonewall #867A5E

Color information

#867A5E (or 0x867A5E) is unknown color: approx Stonewall. HEX triplet: 86, 7A and 5E. RGB value is (134,122,94). Sum of RGB (Red+Green+Blue) = 134+122+94=350 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.29% from 350); Green value is 122 (48.05% from 255 or 34.86% from 350); Blue value is 94 (37.11% from 255 or 26.86% from 350); Max value from RGB is 134 - color contains mainly: red. Hex color #867A5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867A5E is #7985A1. Grayscale: #7A7A7A. Windows color (decimal): -7964066 or 6191750. OLE color: 6191750.

HSL color Cylindrical-coordinate representation of color #867A5E: hue angle of 42º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #867A5E is Cyan = 0, Magento = 0.09, Yellow = 0.30 and Black (K on CMYK) = 0.47.

Color convert

RGB13412294-
CMYK00.090.300.47
HSL42º17.54%44.71%-
HSV(B)42º29.85%52.55%-
XYZ18.8119.813.42-
YUV122.4111.98136.28-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 38.29%
GREEN value IS 122 (48.05% from 255) = 34.86%
BLUE value IS 94 (37.11% from 255) = 26.86%
R=38.29%
G=34.86%
B=26.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.30
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341229400.090.300.474217.5444.71
Hex867A5E091E2F2a122d
Octal2061721360113657522255
Binary1000011011110101011110010011111010111110101010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867A5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867A5E; }

 p { color: rgb(134,122,94); }

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

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

 a { background-color: rgb(134,122,94); }

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

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

 span { border-color: rgb(134,122,94); }

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