#876F56

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

Shades of Cement #876F56

Tints of Cement #876F56

Color information

#876F56 (or 0x876F56) is unknown color: approx Cement. HEX triplet: 87, 6F and 56. RGB value is (135,111,86). Sum of RGB (Red+Green+Blue) = 135+111+86=332 (43% of max value = 765). Red value is 135 (53.12% from 255 or 40.66% from 332); Green value is 111 (43.75% from 255 or 33.43% from 332); Blue value is 86 (33.98% from 255 or 25.90% from 332); Max value from RGB is 135 - color contains mainly: red. Hex color #876F56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876F56 is #7890A9. Grayscale: #737373. Windows color (decimal): -7901354 or 5664647. OLE color: 5664647.

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

Color convert

RGB13511186-
CMYK00.180.360.47
HSL30.61º22.17%43.33%-
HSV(B)30.61º36.3%52.94%-
XYZ17.3617.1911.21-
YUV115.33111.45142.03-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 40.66%
GREEN value IS 111 (43.75% from 255) = 33.43%
BLUE value IS 86 (33.98% from 255) = 25.90%
R=40.66%
G=33.43%
B=25.90%

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
Decimal1351118600.180.360.4730.6122.1743.33
Hex876F56012242F1f162b
Octal2071571260224457372653
Binary10000111110111110101100100101001001011111111110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876F56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,111,86); }

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

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

 a { background-color: rgb(135,111,86); }

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

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

 span { border-color: rgb(135,111,86); }

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