#876E54

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

Shades of Cement #876E54

Tints of Cement #876E54

Color information

#876E54 (or 0x876E54) is unknown color: approx Cement. HEX triplet: 87, 6E and 54. RGB value is (135,110,84). Sum of RGB (Red+Green+Blue) = 135+110+84=329 (43% of max value = 765). Red value is 135 (53.12% from 255 or 41.03% from 329); Green value is 110 (43.36% from 255 or 33.43% from 329); Blue value is 84 (33.20% from 255 or 25.53% from 329); Max value from RGB is 135 - color contains mainly: red. Hex color #876E54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876E54 is #7891AB. Grayscale: #727272. Windows color (decimal): -7901612 or 5533319. OLE color: 5533319.

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

Color convert

RGB13511084-
CMYK00.190.380.47
HSL30.59º23.29%42.94%-
HSV(B)30.59º37.78%52.94%-
XYZ17.1716.9410.75-
YUV114.51110.78142.61-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 41.03%
GREEN value IS 110 (43.36% from 255) = 33.43%
BLUE value IS 84 (33.20% from 255) = 25.53%
R=41.03%
G=33.43%
B=25.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.38
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351108400.190.380.4730.5923.2942.94
Hex876E54013262F1f172b
Octal2071561240234657372753
Binary10000111110111010101000100111001101011111111110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876E54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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