#706854

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

Shades of Coffee #706854

Tints of Coffee #706854

Color information

#706854 (or 0x706854) is unknown color: approx Coffee. HEX triplet: 70, 68 and 54. RGB value is (112,104,84). Sum of RGB (Red+Green+Blue) = 112+104+84=300 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.33% from 300); Green value is 104 (41.02% from 255 or 34.67% from 300); Blue value is 84 (33.20% from 255 or 28% from 300); Max value from RGB is 112 - color contains mainly: red. Hex color #706854 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706854 is #8F97AB. Grayscale: #686868. Windows color (decimal): -9410476 or 5531760. OLE color: 5531760.

HSL color Cylindrical-coordinate representation of color #706854: hue angle of 42.86º degrees, saturation: 0.14, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #706854 is Cyan = 0, Magento = 0.07, Yellow = 0.25 and Black (K on CMYK) = 0.56.

Color convert

RGB11210484-
CMYK00.070.250.56
HSL42.86º14.29%38.43%-
HSV(B)42.86º25%43.92%-
XYZ13.2313.9910.39-
YUV104.11116.65133.63-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 37.33%
GREEN value IS 104 (41.02% from 255) = 34.67%
BLUE value IS 84 (33.20% from 255) = 28%
R=37.33%
G=34.67%
B=28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.25
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121048400.070.250.5642.8614.2938.43
Hex7068540719382be26
Octal160150124073170531646
Binary1110000110100010101000111110011110001010111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706854; }

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

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

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

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

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

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

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

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