#706759

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

Shades of Coffee #706759

Tints of Coffee #706759

Color information

#706759 (or 0x706759) is unknown color: approx Coffee. HEX triplet: 70, 67 and 59. RGB value is (112,103,89). Sum of RGB (Red+Green+Blue) = 112+103+89=304 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.84% from 304); Green value is 103 (40.62% from 255 or 33.88% from 304); Blue value is 89 (35.16% from 255 or 29.28% from 304); Max value from RGB is 112 - color contains mainly: red. Hex color #706759 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706759 is #8F98A6. Grayscale: #686868. Windows color (decimal): -9410727 or 5859184. OLE color: 5859184.

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

Color convert

RGB11210389-
CMYK00.080.210.56
HSL36.52º11.44%39.41%-
HSV(B)36.52º20.54%43.92%-
XYZ13.3413.8711.42-
YUV104.1119.48133.64-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 36.84%
GREEN value IS 103 (40.62% from 255) = 33.88%
BLUE value IS 89 (35.16% from 255) = 29.28%
R=36.84%
G=33.88%
B=29.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.21
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121038900.080.210.5636.5211.4439.41
Hex70675908153825b27
Octal1601471310102570451347
Binary11100001100111101100101000101011110001001011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706759; }

 p { color: rgb(112,103,89); }

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

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

 a { background-color: rgb(112,103,89); }

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

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

 span { border-color: rgb(112,103,89); }

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