#86745E

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

Shades of Cement #86745E

Tints of Cement #86745E

Color information

#86745E (or 0x86745E) is unknown color: approx Cement. HEX triplet: 86, 74 and 5E. RGB value is (134,116,94). Sum of RGB (Red+Green+Blue) = 134+116+94=344 (45% of max value = 765). Red value is 134 (52.73% from 255 or 38.95% from 344); Green value is 116 (45.70% from 255 or 33.72% from 344); Blue value is 94 (37.11% from 255 or 27.33% from 344); Max value from RGB is 134 - color contains mainly: red. Hex color #86745E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86745E is #798BA1. Grayscale: #767676. Windows color (decimal): -7965602 or 6190214. OLE color: 6190214.

HSL color Cylindrical-coordinate representation of color #86745E: hue angle of 33º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #86745E is Cyan = 0, Magento = 0.13, Yellow = 0.30 and Black (K on CMYK) = 0.47.

Color convert

RGB13411694-
CMYK00.130.300.47
HSL33º17.54%44.71%-
HSV(B)33º29.85%52.55%-
XYZ18.118.3713.18-
YUV118.87113.96138.79-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 38.95%
GREEN value IS 116 (45.70% from 255) = 33.72%
BLUE value IS 94 (37.11% from 255) = 27.33%
R=38.95%
G=33.72%
B=27.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.30
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341169400.130.300.473317.5444.71
Hex86745E0D1E2F21122d
Octal2061641360153657412255
Binary1000011011101001011110011011111010111110000110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86745E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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