#706552

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

Shades of Coffee #706552

Tints of Coffee #706552

Color information

#706552 (or 0x706552) is unknown color: approx Coffee. HEX triplet: 70, 65 and 52. RGB value is (112,101,82). Sum of RGB (Red+Green+Blue) = 112+101+82=295 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.97% from 295); Green value is 101 (39.84% from 255 or 34.24% from 295); Blue value is 82 (32.42% from 255 or 27.80% from 295); Max value from RGB is 112 - color contains mainly: red. Hex color #706552 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706552 is #8F9AAD. Grayscale: #666666. Windows color (decimal): -9411246 or 5399920. OLE color: 5399920.

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

Color convert

RGB11210182-
CMYK00.100.270.56
HSL38º15.46%38.04%-
HSV(B)38º26.79%43.92%-
XYZ12.8613.369.88-
YUV102.12116.64135.04-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 37.97%
GREEN value IS 101 (39.84% from 255) = 34.24%
BLUE value IS 82 (32.42% from 255) = 27.80%
R=37.97%
G=34.24%
B=27.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.27
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121018200.100.270.563815.4638.04
Hex7065520A1B3826f26
Octal1601451220123370461746
Binary11100001100101101001001010110111110001001101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706552; }

 p { color: rgb(112,101,82); }

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

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

 a { background-color: rgb(112,101,82); }

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

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

 span { border-color: rgb(112,101,82); }

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