#86775C

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

Shades of Stonewall #86775C

Tints of Stonewall #86775C

Color information

#86775C (or 0x86775C) is unknown color: approx Stonewall. HEX triplet: 86, 77 and 5C. RGB value is (134,119,92). Sum of RGB (Red+Green+Blue) = 134+119+92=345 (45% of max value = 765). Red value is 134 (52.73% from 255 or 38.84% from 345); Green value is 119 (46.88% from 255 or 34.49% from 345); Blue value is 92 (36.33% from 255 or 26.67% from 345); Max value from RGB is 134 - color contains mainly: red. Hex color #86775C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86775C is #7988A3. Grayscale: #787878. Windows color (decimal): -7964836 or 6059910. OLE color: 6059910.

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

Color convert

RGB13411992-
CMYK00.110.310.47
HSL38.57º18.58%44.31%-
HSV(B)38.57º31.34%52.55%-
XYZ18.3619.0312.83-
YUV120.41111.97137.7-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 38.84%
GREEN value IS 119 (46.88% from 255) = 34.49%
BLUE value IS 92 (36.33% from 255) = 26.67%
R=38.84%
G=34.49%
B=26.67%

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
Decimal1341199200.110.310.4738.5718.5844.31
Hex86775C0B1F2F27132c
Octal2061671340133757472354
Binary1000011011101111011100010111111110111110011110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86775C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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