#86725B

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

Shades of Cement #86725B

Tints of Cement #86725B

Color information

#86725B (or 0x86725B) is unknown color: approx Cement. HEX triplet: 86, 72 and 5B. RGB value is (134,114,91). Sum of RGB (Red+Green+Blue) = 134+114+91=339 (44% of max value = 765). Red value is 134 (52.73% from 255 or 39.53% from 339); Green value is 114 (44.92% from 255 or 33.63% from 339); Blue value is 91 (35.94% from 255 or 26.84% from 339); Max value from RGB is 134 - color contains mainly: red. Hex color #86725B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86725B is #798DA4. Grayscale: #757575. Windows color (decimal): -7966117 or 5993094. OLE color: 5993094.

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

Color convert

RGB13411491-
CMYK00.150.320.47
HSL32.09º19.11%44.12%-
HSV(B)32.09º32.09%52.55%-
XYZ17.7417.8612.41-
YUV117.36113.13139.87-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 39.53%
GREEN value IS 114 (44.92% from 255) = 33.63%
BLUE value IS 91 (35.94% from 255) = 26.84%
R=39.53%
G=33.63%
B=26.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.32
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341149100.150.320.4732.0919.1144.12
Hex86725B0F202F20132c
Octal2061621330174057402354
Binary10000110111001010110110111110000010111110000010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86725B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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