#856D56

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

Shades of Cement #856D56

Tints of Cement #856D56

Color information

#856D56 (or 0x856D56) is unknown color: approx Cement. HEX triplet: 85, 6D and 56. RGB value is (133,109,86). Sum of RGB (Red+Green+Blue) = 133+109+86=328 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.55% from 328); Green value is 109 (42.97% from 255 or 33.23% from 328); Blue value is 86 (33.98% from 255 or 26.22% from 328); Max value from RGB is 133 - color contains mainly: red. Hex color #856D56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856D56 is #7A92A9. Grayscale: #717171. Windows color (decimal): -8032938 or 5664133. OLE color: 5664133.

HSL color Cylindrical-coordinate representation of color #856D56: hue angle of 29.36º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #856D56 is Cyan = 0, Magento = 0.18, Yellow = 0.35 and Black (K on CMYK) = 0.48.

Color convert

RGB13310986-
CMYK00.180.350.48
HSL29.36º21.46%42.94%-
HSV(B)29.36º35.34%52.16%-
XYZ16.8216.611.12-
YUV113.55112.45141.87-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 40.55%
GREEN value IS 109 (42.97% from 255) = 33.23%
BLUE value IS 86 (33.98% from 255) = 26.22%
R=40.55%
G=33.23%
B=26.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.35
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331098600.180.350.4829.3621.4642.94
Hex856D5601223301d152b
Octal2051551260224360352553
Binary10000101110110110101100100101000111100001110110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856D56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856D56; }

 p { color: rgb(133,109,86); }

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

<style>
 a { background-color: #856D56; }

 a { background-color: rgb(133,109,86); }

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

<style>
 span { border-color: #856D56; }

 span { border-color: rgb(133,109,86); }

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