#806D57

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

Shades of Cement #806D57

Tints of Cement #806D57

Color information

#806D57 (or 0x806D57) is unknown color: approx Cement. HEX triplet: 80, 6D and 57. RGB value is (128,109,87). Sum of RGB (Red+Green+Blue) = 128+109+87=324 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.51% from 324); Green value is 109 (42.97% from 255 or 33.64% from 324); Blue value is 87 (34.38% from 255 or 26.85% from 324); Max value from RGB is 128 - color contains mainly: red. Hex color #806D57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #806D57 is #7F92A8. Grayscale: #707070. Windows color (decimal): -8360617 or 5729664. OLE color: 5729664.

HSL color Cylindrical-coordinate representation of color #806D57: hue angle of 32.2º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #806D57 is Cyan = 0, Magento = 0.15, Yellow = 0.32 and Black (K on CMYK) = 0.50.

Color convert

RGB12810987-
CMYK00.150.320.50
HSL32.2º19.07%42.16%-
HSV(B)32.2º32.03%50.2%-
XYZ16.0916.2111.3-
YUV112.17113.79139.29-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 39.51%
GREEN value IS 109 (42.97% from 255) = 33.64%
BLUE value IS 87 (34.38% from 255) = 26.85%
R=39.51%
G=33.64%
B=26.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.32
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281098700.150.320.5032.219.0742.16
Hex806D570F203220132a
Octal2001551270174062402352
Binary10000000110110110101110111110000011001010000010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806D57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #806D57; }

 p { color: rgb(128,109,87); }

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

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

 a { background-color: rgb(128,109,87); }

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

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

 span { border-color: rgb(128,109,87); }

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