#867057

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

Shades of Cement #867057

Tints of Cement #867057

Color information

#867057 (or 0x867057) is unknown color: approx Cement. HEX triplet: 86, 70 and 57. RGB value is (134,112,87). Sum of RGB (Red+Green+Blue) = 134+112+87=333 (44% of max value = 765). Red value is 134 (52.73% from 255 or 40.24% from 333); Green value is 112 (44.14% from 255 or 33.63% from 333); Blue value is 87 (34.38% from 255 or 26.13% from 333); Max value from RGB is 134 - color contains mainly: red. Hex color #867057 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867057 is #798FA8. Grayscale: #737373. Windows color (decimal): -7966633 or 5730438. OLE color: 5730438.

HSL color Cylindrical-coordinate representation of color #867057: hue angle of 31.91º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #867057 is Cyan = 0, Magento = 0.16, Yellow = 0.35 and Black (K on CMYK) = 0.47.

Color convert

RGB13411287-
CMYK00.160.350.47
HSL31.91º21.27%43.33%-
HSV(B)31.91º35.07%52.55%-
XYZ17.3517.3411.45-
YUV115.73111.79141.03-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 40.24%
GREEN value IS 112 (44.14% from 255) = 33.63%
BLUE value IS 87 (34.38% from 255) = 26.13%
R=40.24%
G=33.63%
B=26.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.35
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341128700.160.350.4731.9121.2743.33
Hex867057010232F20152b
Octal2061601270204357402553
Binary100001101110000101011101000010001110111110000010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867057; }

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

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

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

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

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

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

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

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