#706857

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

Shades of Coffee #706857

Tints of Coffee #706857

Color information

#706857 (or 0x706857) is unknown color: approx Coffee. HEX triplet: 70, 68 and 57. RGB value is (112,104,87). Sum of RGB (Red+Green+Blue) = 112+104+87=303 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.96% from 303); Green value is 104 (41.02% from 255 or 34.32% from 303); Blue value is 87 (34.38% from 255 or 28.71% from 303); Max value from RGB is 112 - color contains mainly: red. Hex color #706857 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706857 is #8F97A8. Grayscale: #686868. Windows color (decimal): -9410473 or 5728368. OLE color: 5728368.

HSL color Cylindrical-coordinate representation of color #706857: hue angle of 40.8º degrees, saturation: 0.13, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #706857 is Cyan = 0, Magento = 0.07, Yellow = 0.22 and Black (K on CMYK) = 0.56.

Color convert

RGB11210487-
CMYK00.070.220.56
HSL40.8º12.56%39.02%-
HSV(B)40.8º22.32%43.92%-
XYZ13.3514.0311.02-
YUV104.45118.15133.38-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 36.96%
GREEN value IS 104 (41.02% from 255) = 34.32%
BLUE value IS 87 (34.38% from 255) = 28.71%
R=36.96%
G=34.32%
B=28.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.22
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121048700.070.220.5640.812.5639.02
Hex70685707163829d27
Octal160150127072670511547
Binary1110000110100010101110111101101110001010011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706857; }

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

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

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

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

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

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

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

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