#86725C

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

Shades of Cement #86725C

Tints of Cement #86725C

Color information

#86725C (or 0x86725C) is unknown color: approx Cement. HEX triplet: 86, 72 and 5C. RGB value is (134,114,92). Sum of RGB (Red+Green+Blue) = 134+114+92=340 (45% of max value = 765). Red value is 134 (52.73% from 255 or 39.41% from 340); Green value is 114 (44.92% from 255 or 33.53% from 340); Blue value is 92 (36.33% from 255 or 27.06% from 340); Max value from RGB is 134 - color contains mainly: red. Hex color #86725C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86725C is #798DA3. Grayscale: #757575. Windows color (decimal): -7966116 or 6058630. OLE color: 6058630.

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

Color convert

RGB13411492-
CMYK00.150.310.47
HSL31.43º18.58%44.31%-
HSV(B)31.43º31.34%52.55%-
XYZ17.7817.8812.64-
YUV117.47113.63139.79-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 39.41%
GREEN value IS 114 (44.92% from 255) = 33.53%
BLUE value IS 92 (36.33% from 255) = 27.06%
R=39.41%
G=33.53%
B=27.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.31
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341149200.150.310.4731.4318.5844.31
Hex86725C0F1F2F1f132c
Octal2061621340173757372354
Binary100001101110010101110001111111111011111111110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86725C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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