#86775D

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

Shades of Stonewall #86775D

Tints of Stonewall #86775D

Color information

#86775D (or 0x86775D) is unknown color: approx Stonewall. HEX triplet: 86, 77 and 5D. RGB value is (134,119,93). Sum of RGB (Red+Green+Blue) = 134+119+93=346 (45% of max value = 765). Red value is 134 (52.73% from 255 or 38.73% from 346); Green value is 119 (46.88% from 255 or 34.39% from 346); Blue value is 93 (36.72% from 255 or 26.88% from 346); Max value from RGB is 134 - color contains mainly: red. Hex color #86775D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86775D is #7988A2. Grayscale: #787878. Windows color (decimal): -7964835 or 6125446. OLE color: 6125446.

HSL color Cylindrical-coordinate representation of color #86775D: hue angle of 38.05º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #86775D is Cyan = 0, Magento = 0.11, Yellow = 0.31 and Black (K on CMYK) = 0.47.

Color convert

RGB13411993-
CMYK00.110.310.47
HSL38.05º18.06%44.51%-
HSV(B)38.05º30.6%52.55%-
XYZ18.419.0513.06-
YUV120.52112.47137.61-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 38.73%
GREEN value IS 119 (46.88% from 255) = 34.39%
BLUE value IS 93 (36.72% from 255) = 26.88%
R=38.73%
G=34.39%
B=26.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.31
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341199300.110.310.4738.0518.0644.51
Hex86775D0B1F2F26122d
Octal2061671350133757462255
Binary1000011011101111011101010111111110111110011010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86775D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86775D; }

 p { color: rgb(134,119,93); }

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

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

 a { background-color: rgb(134,119,93); }

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

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

 span { border-color: rgb(134,119,93); }

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