#706655

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

Shades of Coffee #706655

Tints of Coffee #706655

Color information

#706655 (or 0x706655) is unknown color: approx Coffee. HEX triplet: 70, 66 and 55. RGB value is (112,102,85). Sum of RGB (Red+Green+Blue) = 112+102+85=299 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.46% from 299); Green value is 102 (40.23% from 255 or 34.11% from 299); Blue value is 85 (33.59% from 255 or 28.43% from 299); Max value from RGB is 112 - color contains mainly: red. Hex color #706655 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706655 is #8F99AA. Grayscale: #676767. Windows color (decimal): -9410987 or 5596784. OLE color: 5596784.

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

Color convert

RGB11210285-
CMYK00.090.240.56
HSL37.78º13.71%38.63%-
HSV(B)37.78º24.11%43.92%-
XYZ13.0713.610.53-
YUV103.05117.81134.38-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 37.46%
GREEN value IS 102 (40.23% from 255) = 34.11%
BLUE value IS 85 (33.59% from 255) = 28.43%
R=37.46%
G=34.11%
B=28.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.24
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121028500.090.240.5637.7813.7138.63
Hex70665509183826e27
Octal1601461250113070461647
Binary11100001100110101010101001110001110001001101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706655; }

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

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

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

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

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

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

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

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