#706858

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

Shades of Coffee #706858

Tints of Coffee #706858

Color information

#706858 (or 0x706858) is unknown color: approx Coffee. HEX triplet: 70, 68 and 58. RGB value is (112,104,88). Sum of RGB (Red+Green+Blue) = 112+104+88=304 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.84% from 304); Green value is 104 (41.02% from 255 or 34.21% from 304); Blue value is 88 (34.77% from 255 or 28.95% from 304); Max value from RGB is 112 - color contains mainly: red. Hex color #706858 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706858 is #8F97A7. Grayscale: #686868. Windows color (decimal): -9410472 or 5793904. OLE color: 5793904.

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

Color convert

RGB11210488-
CMYK00.070.210.56
HSL40º12%39.22%-
HSV(B)40º21.43%43.92%-
XYZ13.3914.0511.24-
YUV104.57118.65133.3-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 36.84%
GREEN value IS 104 (41.02% from 255) = 34.21%
BLUE value IS 88 (34.77% from 255) = 28.95%
R=36.84%
G=34.21%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.21
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121048800.070.210.56401239.22
Hex70685807153828c27
Octal160150130072570501447
Binary1110000110100010110000111101011110001010001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706858; }

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

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

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

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

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

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

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

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