#867557

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

Shades of Cement #867557

Tints of Cement #867557

Color information

#867557 (or 0x867557) is unknown color: approx Cement. HEX triplet: 86, 75 and 57. RGB value is (134,117,87). Sum of RGB (Red+Green+Blue) = 134+117+87=338 (44% of max value = 765). Red value is 134 (52.73% from 255 or 39.64% from 338); Green value is 117 (46.09% from 255 or 34.62% from 338); Blue value is 87 (34.38% from 255 or 25.74% from 338); Max value from RGB is 134 - color contains mainly: red. Hex color #867557 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867557 is #798AA8. Grayscale: #767676. Windows color (decimal): -7965353 or 5731718. OLE color: 5731718.

HSL color Cylindrical-coordinate representation of color #867557: hue angle of 38.3º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #867557 is Cyan = 0, Magento = 0.13, Yellow = 0.35 and Black (K on CMYK) = 0.47.

Color convert

RGB13411787-
CMYK00.130.350.47
HSL38.3º21.27%43.33%-
HSV(B)38.3º35.07%52.55%-
XYZ17.9118.4811.64-
YUV118.66110.13138.94-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 39.64%
GREEN value IS 117 (46.09% from 255) = 34.62%
BLUE value IS 87 (34.38% from 255) = 25.74%
R=39.64%
G=34.62%
B=25.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.35
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341178700.130.350.4738.321.2743.33
Hex8675570D232F26152b
Octal2061651270154357462553
Binary10000110111010110101110110110001110111110011010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867557; }

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

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

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

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

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

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

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

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