#876B4F

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

Shades of Cement #876B4F

Tints of Cement #876B4F

Color information

#876B4F (or 0x876B4F) is unknown color: approx Cement. HEX triplet: 87, 6B and 4F. RGB value is (135,107,79). Sum of RGB (Red+Green+Blue) = 135+107+79=321 (42% of max value = 765). Red value is 135 (53.12% from 255 or 42.06% from 321); Green value is 107 (42.19% from 255 or 33.33% from 321); Blue value is 79 (31.25% from 255 or 24.61% from 321); Max value from RGB is 135 - color contains mainly: red. Hex color #876B4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876B4F is #7894B0. Grayscale: #707070. Windows color (decimal): -7902385 or 5204871. OLE color: 5204871.

HSL color Cylindrical-coordinate representation of color #876B4F: hue angle of 30º 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 #876B4F is Cyan = 0, Magento = 0.21, Yellow = 0.41 and Black (K on CMYK) = 0.47.

Color convert

RGB13510779-
CMYK00.210.410.47
HSL30º26.17%41.96%-
HSV(B)30º41.48%52.94%-
XYZ16.6616.239.65-
YUV112.18109.28144.28-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 42.06%
GREEN value IS 107 (42.19% from 255) = 33.33%
BLUE value IS 79 (31.25% from 255) = 24.61%
R=42.06%
G=33.33%
B=24.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.41
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351077900.210.410.473026.1741.96
Hex876B4F015292F1e1a2a
Octal2071531170255157363252
Binary10000111110101110011110101011010011011111111011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876B4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,107,79); }

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

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

 a { background-color: rgb(135,107,79); }

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

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

 span { border-color: rgb(135,107,79); }

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