#86755C

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

Shades of Cement #86755C

Tints of Cement #86755C

Color information

#86755C (or 0x86755C) is unknown color: approx Cement. HEX triplet: 86, 75 and 5C. RGB value is (134,117,92). Sum of RGB (Red+Green+Blue) = 134+117+92=343 (45% of max value = 765). Red value is 134 (52.73% from 255 or 39.07% from 343); Green value is 117 (46.09% from 255 or 34.11% from 343); Blue value is 92 (36.33% from 255 or 26.82% from 343); Max value from RGB is 134 - color contains mainly: red. Hex color #86755C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86755C is #798AA3. Grayscale: #777777. Windows color (decimal): -7965348 or 6059398. OLE color: 6059398.

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

Color convert

RGB13411792-
CMYK00.130.310.47
HSL35.71º18.58%44.31%-
HSV(B)35.71º31.34%52.55%-
XYZ18.1218.5612.75-
YUV119.23112.63138.53-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 39.07%
GREEN value IS 117 (46.09% from 255) = 34.11%
BLUE value IS 92 (36.33% from 255) = 26.82%
R=39.07%
G=34.11%
B=26.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.31
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341179200.130.310.4735.7118.5844.31
Hex86755C0D1F2F24132c
Octal2061651340153757442354
Binary1000011011101011011100011011111110111110010010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86755C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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