#706657

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

Shades of Coffee #706657

Tints of Coffee #706657

Color information

#706657 (or 0x706657) is unknown color: approx Coffee. HEX triplet: 70, 66 and 57. RGB value is (112,102,87). Sum of RGB (Red+Green+Blue) = 112+102+87=301 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.21% from 301); Green value is 102 (40.23% from 255 or 33.89% from 301); Blue value is 87 (34.38% from 255 or 28.90% from 301); Max value from RGB is 112 - color contains mainly: red. Hex color #706657 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706657 is #8F99A8. Grayscale: #676767. Windows color (decimal): -9410985 or 5727856. OLE color: 5727856.

HSL color Cylindrical-coordinate representation of color #706657: hue angle of 36º 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 #706657 is Cyan = 0, Magento = 0.09, Yellow = 0.22 and Black (K on CMYK) = 0.56.

Color convert

RGB11210287-
CMYK00.090.220.56
HSL36º12.56%39.02%-
HSV(B)36º22.32%43.92%-
XYZ13.1513.6410.96-
YUV103.28118.81134.22-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 37.21%
GREEN value IS 102 (40.23% from 255) = 33.89%
BLUE value IS 87 (34.38% from 255) = 28.90%
R=37.21%
G=33.89%
B=28.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.22
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121028700.090.220.563612.5639.02
Hex70665709163824d27
Octal1601461270112670441547
Binary11100001100110101011101001101101110001001001101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706657

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706657; }

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

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

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

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

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

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

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

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