#866A4F

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

Shades of Cement #866A4F

Tints of Cement #866A4F

Color information

#866A4F (or 0x866A4F) is unknown color: approx Cement. HEX triplet: 86, 6A and 4F. RGB value is (134,106,79). Sum of RGB (Red+Green+Blue) = 134+106+79=319 (42% of max value = 765). Red value is 134 (52.73% from 255 or 42.01% from 319); Green value is 106 (41.80% from 255 or 33.23% from 319); Blue value is 79 (31.25% from 255 or 24.76% from 319); Max value from RGB is 134 - color contains mainly: red. Hex color #866A4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866A4F is #7995B0. Grayscale: #6F6F6F. Windows color (decimal): -7968177 or 5204614. OLE color: 5204614.

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

Color convert

RGB13410679-
CMYK00.210.410.47
HSL29.45º25.82%41.76%-
HSV(B)29.45º41.04%52.55%-
XYZ16.415.949.61-
YUV111.29109.78144.2-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 42.01%
GREEN value IS 106 (41.80% from 255) = 33.23%
BLUE value IS 79 (31.25% from 255) = 24.76%
R=42.01%
G=33.23%
B=24.76%

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
Decimal1341067900.210.410.4729.4525.8241.76
Hex866A4F015292F1d1a2a
Octal2061521170255157353252
Binary10000110110101010011110101011010011011111110111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866A4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #866A4F; }

 p { color: rgb(134,106,79); }

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

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

 a { background-color: rgb(134,106,79); }

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

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

 span { border-color: rgb(134,106,79); }

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