#706755

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

Shades of Coffee #706755

Tints of Coffee #706755

Color information

#706755 (or 0x706755) is unknown color: approx Coffee. HEX triplet: 70, 67 and 55. RGB value is (112,103,85). Sum of RGB (Red+Green+Blue) = 112+103+85=300 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.33% from 300); Green value is 103 (40.62% from 255 or 34.33% from 300); Blue value is 85 (33.59% from 255 or 28.33% from 300); Max value from RGB is 112 - color contains mainly: red. Hex color #706755 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706755 is #8F98AA. Grayscale: #676767. Windows color (decimal): -9410731 or 5597040. OLE color: 5597040.

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

Color convert

RGB11210385-
CMYK00.080.240.56
HSL40º13.71%38.63%-
HSV(B)40º24.11%43.92%-
XYZ13.1713.810.56-
YUV103.64117.48133.96-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 37.33%
GREEN value IS 103 (40.62% from 255) = 34.33%
BLUE value IS 85 (33.59% from 255) = 28.33%
R=37.33%
G=34.33%
B=28.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.24
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121038500.080.240.564013.7138.63
Hex70675508183828e27
Octal1601471250103070501647
Binary11100001100111101010101000110001110001010001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706755; }

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

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

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

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

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

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

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

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