#866E54

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

Shades of Cement #866E54

Tints of Cement #866E54

Color information

#866E54 (or 0x866E54) is unknown color: approx Cement. HEX triplet: 86, 6E and 54. RGB value is (134,110,84). Sum of RGB (Red+Green+Blue) = 134+110+84=328 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.85% from 328); Green value is 110 (43.36% from 255 or 33.54% from 328); Blue value is 84 (33.20% from 255 or 25.61% from 328); Max value from RGB is 134 - color contains mainly: red. Hex color #866E54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866E54 is #7991AB. Grayscale: #727272. Windows color (decimal): -7967148 or 5533318. OLE color: 5533318.

HSL color Cylindrical-coordinate representation of color #866E54: hue angle of 31.2º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #866E54 is Cyan = 0, Magento = 0.18, Yellow = 0.37 and Black (K on CMYK) = 0.47.

Color convert

RGB13411084-
CMYK00.180.370.47
HSL31.2º22.94%42.75%-
HSV(B)31.2º37.31%52.55%-
XYZ17.0116.8610.75-
YUV114.21110.95142.11-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 40.85%
GREEN value IS 110 (43.36% from 255) = 33.54%
BLUE value IS 84 (33.20% from 255) = 25.61%
R=40.85%
G=33.54%
B=25.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.37
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341108400.180.370.4731.222.9442.75
Hex866E54012252F1f172b
Octal2061561240224557372753
Binary10000110110111010101000100101001011011111111110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866E54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #866E54; }

 p { color: rgb(134,110,84); }

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

<style>
 a { background-color: #866E54; }

 a { background-color: rgb(134,110,84); }

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

<style>
 span { border-color: #866E54; }

 span { border-color: rgb(134,110,84); }

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