#70664E

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

Shades of Coffee #70664E

Tints of Coffee #70664E

Color information

#70664E (or 0x70664E) is unknown color: approx Coffee. HEX triplet: 70, 66 and 4E. RGB value is (112,102,78). Sum of RGB (Red+Green+Blue) = 112+102+78=292 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.36% from 292); Green value is 102 (40.23% from 255 or 34.93% from 292); Blue value is 78 (30.86% from 255 or 26.71% from 292); Max value from RGB is 112 - color contains mainly: red. Hex color #70664E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70664E is #8F99B1. Grayscale: #666666. Windows color (decimal): -9410994 or 5138032. OLE color: 5138032.

HSL color Cylindrical-coordinate representation of color #70664E: hue angle of 42.35º degrees, saturation: 0.18, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #70664E is Cyan = 0, Magento = 0.09, Yellow = 0.30 and Black (K on CMYK) = 0.56.

Color convert

RGB11210278-
CMYK00.090.300.56
HSL42.35º17.89%37.25%-
HSV(B)42.35º30.36%43.92%-
XYZ12.8113.59.14-
YUV102.25114.31134.95-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 38.36%
GREEN value IS 102 (40.23% from 255) = 34.93%
BLUE value IS 78 (30.86% from 255) = 26.71%
R=38.36%
G=34.93%
B=26.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.30
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121027800.090.300.5642.3517.8937.25
Hex70664E091E382a1225
Octal1601461160113670522245
Binary111000011001101001110010011111011100010101010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70664E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70664E; }

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

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

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

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

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

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

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

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