#706959

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

Shades of Coffee #706959

Tints of Coffee #706959

Color information

#706959 (or 0x706959) is unknown color: approx Coffee. HEX triplet: 70, 69 and 59. RGB value is (112,105,89). Sum of RGB (Red+Green+Blue) = 112+105+89=306 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.60% from 306); Green value is 105 (41.41% from 255 or 34.31% from 306); Blue value is 89 (35.16% from 255 or 29.08% from 306); Max value from RGB is 112 - color contains mainly: red. Hex color #706959 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706959 is #8F96A6. Grayscale: #696969. Windows color (decimal): -9410215 or 5859696. OLE color: 5859696.

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

Color convert

RGB11210589-
CMYK00.060.210.56
HSL41.74º11.44%39.41%-
HSV(B)41.74º20.54%43.92%-
XYZ13.5414.2711.49-
YUV105.27118.82132.8-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 36.60%
GREEN value IS 105 (41.41% from 255) = 34.31%
BLUE value IS 89 (35.16% from 255) = 29.08%
R=36.60%
G=34.31%
B=29.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.21
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121058900.060.210.5641.7411.4439.41
Hex7069590615382ab27
Octal160151131062570521347
Binary1110000110100110110010110101011110001010101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706959; }

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

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

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

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

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

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

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

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