#86725D

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

Shades of Cement #86725D

Tints of Cement #86725D

Color information

#86725D (or 0x86725D) is unknown color: approx Cement. HEX triplet: 86, 72 and 5D. RGB value is (134,114,93). Sum of RGB (Red+Green+Blue) = 134+114+93=341 (45% of max value = 765). Red value is 134 (52.73% from 255 or 39.30% from 341); Green value is 114 (44.92% from 255 or 33.43% from 341); Blue value is 93 (36.72% from 255 or 27.27% from 341); Max value from RGB is 134 - color contains mainly: red. Hex color #86725D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86725D is #798DA2. Grayscale: #757575. Windows color (decimal): -7966115 or 6124166. OLE color: 6124166.

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

Color convert

RGB13411493-
CMYK00.150.310.47
HSL30.73º18.06%44.51%-
HSV(B)30.73º30.6%52.55%-
XYZ17.8217.8912.87-
YUV117.59114.13139.71-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 39.30%
GREEN value IS 114 (44.92% from 255) = 33.43%
BLUE value IS 93 (36.72% from 255) = 27.27%
R=39.30%
G=33.43%
B=27.27%

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
Decimal1341149300.150.310.4730.7318.0644.51
Hex86725D0F1F2F1f122d
Octal2061621350173757372255
Binary100001101110010101110101111111111011111111110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86725D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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