#706551

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

Shades of Coffee #706551

Tints of Coffee #706551

Color information

#706551 (or 0x706551) is unknown color: approx Coffee. HEX triplet: 70, 65 and 51. RGB value is (112,101,81). Sum of RGB (Red+Green+Blue) = 112+101+81=294 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.10% from 294); Green value is 101 (39.84% from 255 or 34.35% from 294); Blue value is 81 (32.03% from 255 or 27.55% from 294); Max value from RGB is 112 - color contains mainly: red. Hex color #706551 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706551 is #8F9AAE. Grayscale: #666666. Windows color (decimal): -9411247 or 5334384. OLE color: 5334384.

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

Color convert

RGB11210181-
CMYK00.100.280.56
HSL38.71º16.06%37.84%-
HSV(B)38.71º27.68%43.92%-
XYZ12.8213.359.68-
YUV102.01116.14135.13-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 38.10%
GREEN value IS 101 (39.84% from 255) = 34.35%
BLUE value IS 81 (32.03% from 255) = 27.55%
R=38.10%
G=34.35%
B=27.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.28
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121018100.100.280.5638.7116.0637.84
Hex7065510A1C38271026
Octal1601451210123470472046
Binary111000011001011010001010101110011100010011110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706551; }

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

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

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

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

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

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

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

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