#706756

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

Shades of Coffee #706756

Tints of Coffee #706756

Color information

#706756 (or 0x706756) is unknown color: approx Coffee. HEX triplet: 70, 67 and 56. RGB value is (112,103,86). Sum of RGB (Red+Green+Blue) = 112+103+86=301 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.21% from 301); Green value is 103 (40.62% from 255 or 34.22% from 301); Blue value is 86 (33.98% from 255 or 28.57% from 301); Max value from RGB is 112 - color contains mainly: red. Hex color #706756 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706756 is #8F98A9. Grayscale: #676767. Windows color (decimal): -9410730 or 5662576. OLE color: 5662576.

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

Color convert

RGB11210386-
CMYK00.080.230.56
HSL39.23º13.13%38.82%-
HSV(B)39.23º23.21%43.92%-
XYZ13.2113.8210.77-
YUV103.75117.98133.88-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 37.21%
GREEN value IS 103 (40.62% from 255) = 34.22%
BLUE value IS 86 (33.98% from 255) = 28.57%
R=37.21%
G=34.22%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.23
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121038600.080.230.5639.2313.1338.82
Hex70675608173827d27
Octal1601471260102770471547
Binary11100001100111101011001000101111110001001111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706756; }

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

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

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

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

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

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

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

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