#86755E

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

Shades of Cement #86755E

Tints of Cement #86755E

Color information

#86755E (or 0x86755E) is unknown color: approx Cement. HEX triplet: 86, 75 and 5E. RGB value is (134,117,94). Sum of RGB (Red+Green+Blue) = 134+117+94=345 (45% of max value = 765). Red value is 134 (52.73% from 255 or 38.84% from 345); Green value is 117 (46.09% from 255 or 33.91% from 345); Blue value is 94 (37.11% from 255 or 27.25% from 345); Max value from RGB is 134 - color contains mainly: red. Hex color #86755E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86755E is #798AA1. Grayscale: #777777. Windows color (decimal): -7965346 or 6190470. OLE color: 6190470.

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

Color convert

RGB13411794-
CMYK00.130.300.47
HSL34.5º17.54%44.71%-
HSV(B)34.5º29.85%52.55%-
XYZ18.2118.613.22-
YUV119.46113.63138.37-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 38.84%
GREEN value IS 117 (46.09% from 255) = 33.91%
BLUE value IS 94 (37.11% from 255) = 27.25%
R=38.84%
G=33.91%
B=27.25%

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
Decimal1341179400.130.300.4734.517.5444.71
Hex86755E0D1E2F22122d
Octal2061651360153657422255
Binary1000011011101011011110011011111010111110001010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86755E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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