#886E50

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

Shades of Cement #886E50

Tints of Cement #886E50

Color information

#886E50 (or 0x886E50) is unknown color: approx Cement. HEX triplet: 88, 6E and 50. RGB value is (136,110,80). Sum of RGB (Red+Green+Blue) = 136+110+80=326 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.72% from 326); Green value is 110 (43.36% from 255 or 33.74% from 326); Blue value is 80 (31.64% from 255 or 24.54% from 326); Max value from RGB is 136 - color contains mainly: red. Hex color #886E50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886E50 is #7791AF. Grayscale: #727272. Windows color (decimal): -7836080 or 5271176. OLE color: 5271176.

HSL color Cylindrical-coordinate representation of color #886E50: hue angle of 32.14º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #886E50 is Cyan = 0, Magento = 0.19, Yellow = 0.41 and Black (K on CMYK) = 0.47.

Color convert

RGB13611080-
CMYK00.190.410.47
HSL32.14º25.93%42.35%-
HSV(B)32.14º41.18%53.33%-
XYZ17.1816.979.96-
YUV114.35108.61143.44-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 41.72%
GREEN value IS 110 (43.36% from 255) = 33.74%
BLUE value IS 80 (31.64% from 255) = 24.54%
R=41.72%
G=33.74%
B=24.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.41
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361108000.190.410.4732.1425.9342.35
Hex886E50013292F201a2a
Octal2101561200235157403252
Binary100010001101110101000001001110100110111110000011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886E50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886E50; }

 p { color: rgb(136,110,80); }

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

<style>
 a { background-color: #886E50; }

 a { background-color: rgb(136,110,80); }

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

<style>
 span { border-color: #886E50; }

 span { border-color: rgb(136,110,80); }

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