#866C53

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

Shades of Cement #866C53

Tints of Cement #866C53

Color information

#866C53 (or 0x866C53) is unknown color: approx Cement. HEX triplet: 86, 6C and 53. RGB value is (134,108,83). Sum of RGB (Red+Green+Blue) = 134+108+83=325 (43% of max value = 765). Red value is 134 (52.73% from 255 or 41.23% from 325); Green value is 108 (42.58% from 255 or 33.23% from 325); Blue value is 83 (32.81% from 255 or 25.54% from 325); Max value from RGB is 134 - color contains mainly: red. Hex color #866C53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866C53 is #7993AC. Grayscale: #717171. Windows color (decimal): -7967661 or 5467270. OLE color: 5467270.

HSL color Cylindrical-coordinate representation of color #866C53: hue angle of 29.41º degrees, saturation: 0.24, 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 #866C53 is Cyan = 0, Magento = 0.19, Yellow = 0.38 and Black (K on CMYK) = 0.47.

Color convert

RGB13410883-
CMYK00.190.380.47
HSL29.41º23.5%42.55%-
HSV(B)29.41º38.06%52.55%-
XYZ16.7616.4210.47-
YUV112.92111.11143.03-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 41.23%
GREEN value IS 108 (42.58% from 255) = 33.23%
BLUE value IS 83 (32.81% from 255) = 25.54%
R=41.23%
G=33.23%
B=25.54%

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
Decimal1341088300.190.380.4729.4123.542.55
Hex866C53013262F1d182b
Octal2061541230234657353053
Binary10000110110110010100110100111001101011111110111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866C53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,108,83); }

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

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

 a { background-color: rgb(134,108,83); }

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

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

 span { border-color: rgb(134,108,83); }

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