#86745B

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

Shades of Cement #86745B

Tints of Cement #86745B

Color information

#86745B (or 0x86745B) is unknown color: approx Cement. HEX triplet: 86, 74 and 5B. RGB value is (134,116,91). Sum of RGB (Red+Green+Blue) = 134+116+91=341 (45% of max value = 765). Red value is 134 (52.73% from 255 or 39.30% from 341); Green value is 116 (45.70% from 255 or 34.02% from 341); Blue value is 91 (35.94% from 255 or 26.69% from 341); Max value from RGB is 134 - color contains mainly: red. Hex color #86745B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86745B is #798BA4. Grayscale: #767676. Windows color (decimal): -7965605 or 5993606. OLE color: 5993606.

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

Color convert

RGB13411691-
CMYK00.130.320.47
HSL34.88º19.11%44.12%-
HSV(B)34.88º32.09%52.55%-
XYZ17.9718.3112.49-
YUV118.53112.46139.03-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 39.30%
GREEN value IS 116 (45.70% from 255) = 34.02%
BLUE value IS 91 (35.94% from 255) = 26.69%
R=39.30%
G=34.02%
B=26.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.32
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341169100.130.320.4734.8819.1144.12
Hex86745B0D202F23132c
Octal2061641330154057432354
Binary10000110111010010110110110110000010111110001110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86745B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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