#86745C

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

Shades of Cement #86745C

Tints of Cement #86745C

Color information

#86745C (or 0x86745C) is unknown color: approx Cement. HEX triplet: 86, 74 and 5C. RGB value is (134,116,92). Sum of RGB (Red+Green+Blue) = 134+116+92=342 (45% of max value = 765). Red value is 134 (52.73% from 255 or 39.18% from 342); Green value is 116 (45.70% from 255 or 33.92% from 342); Blue value is 92 (36.33% from 255 or 26.90% from 342); Max value from RGB is 134 - color contains mainly: red. Hex color #86745C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86745C is #798BA3. Grayscale: #767676. Windows color (decimal): -7965604 or 6059142. OLE color: 6059142.

HSL color Cylindrical-coordinate representation of color #86745C: hue angle of 34.29º 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 #86745C is Cyan = 0, Magento = 0.13, Yellow = 0.31 and Black (K on CMYK) = 0.47.

Color convert

RGB13411692-
CMYK00.130.310.47
HSL34.29º18.58%44.31%-
HSV(B)34.29º31.34%52.55%-
XYZ18.0118.3312.71-
YUV118.65112.96138.95-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 39.18%
GREEN value IS 116 (45.70% from 255) = 33.92%
BLUE value IS 92 (36.33% from 255) = 26.90%
R=39.18%
G=33.92%
B=26.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.31
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341169200.130.310.4734.2918.5844.31
Hex86745C0D1F2F22132c
Octal2061641340153757422354
Binary1000011011101001011100011011111110111110001010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86745C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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