#867056

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

Shades of Cement #867056

Tints of Cement #867056

Color information

#867056 (or 0x867056) is unknown color: approx Cement. HEX triplet: 86, 70 and 56. RGB value is (134,112,86). Sum of RGB (Red+Green+Blue) = 134+112+86=332 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.36% from 332); Green value is 112 (44.14% from 255 or 33.73% from 332); Blue value is 86 (33.98% from 255 or 25.90% from 332); Max value from RGB is 134 - color contains mainly: red. Hex color #867056 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867056 is #798FA9. Grayscale: #737373. Windows color (decimal): -7966634 or 5664902. OLE color: 5664902.

HSL color Cylindrical-coordinate representation of color #867056: hue angle of 32.5º 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 #867056 is Cyan = 0, Magento = 0.16, Yellow = 0.36 and Black (K on CMYK) = 0.47.

Color convert

RGB13411286-
CMYK00.160.360.47
HSL32.5º21.82%43.14%-
HSV(B)32.5º35.82%52.55%-
XYZ17.3117.3311.24-
YUV115.61111.29141.11-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 40.36%
GREEN value IS 112 (44.14% from 255) = 33.73%
BLUE value IS 86 (33.98% from 255) = 25.90%
R=40.36%
G=33.73%
B=25.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.36
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341128600.160.360.4732.521.8243.14
Hex867056010242F20162b
Octal2061601260204457402653
Binary100001101110000101011001000010010010111110000010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867056; }

 p { color: rgb(134,112,86); }

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

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

 a { background-color: rgb(134,112,86); }

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

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

 span { border-color: rgb(134,112,86); }

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