#886F57

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

Shades of Cement #886F57

Tints of Cement #886F57

Color information

#886F57 (or 0x886F57) is unknown color: approx Cement. HEX triplet: 88, 6F and 57. RGB value is (136,111,87). Sum of RGB (Red+Green+Blue) = 136+111+87=334 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.72% from 334); Green value is 111 (43.75% from 255 or 33.23% from 334); Blue value is 87 (34.38% from 255 or 26.05% from 334); Max value from RGB is 136 - color contains mainly: red. Hex color #886F57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886F57 is #7790A8. Grayscale: #737373. Windows color (decimal): -7835817 or 5730184. OLE color: 5730184.

HSL color Cylindrical-coordinate representation of color #886F57: hue angle of 29.39º degrees, saturation: 0.22, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #886F57 is Cyan = 0, Magento = 0.18, Yellow = 0.36 and Black (K on CMYK) = 0.47.

Color convert

RGB13611187-
CMYK00.180.360.47
HSL29.39º21.97%43.73%-
HSV(B)29.39º36.03%53.33%-
XYZ17.5617.2911.43-
YUV115.74111.78142.45-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 40.72%
GREEN value IS 111 (43.75% from 255) = 33.23%
BLUE value IS 87 (34.38% from 255) = 26.05%
R=40.72%
G=33.23%
B=26.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.36
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361118700.180.360.4729.3921.9743.73
Hex886F57012242F1d162c
Octal2101571270224457352654
Binary10001000110111110101110100101001001011111110110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886F57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,111,87); }

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

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

 a { background-color: rgb(136,111,87); }

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

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

 span { border-color: rgb(136,111,87); }

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