#70675A

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

Shades of Coffee #70675A

Tints of Coffee #70675A

Color information

#70675A (or 0x70675A) is unknown color: approx Coffee. HEX triplet: 70, 67 and 5A. RGB value is (112,103,90). Sum of RGB (Red+Green+Blue) = 112+103+90=305 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.72% from 305); Green value is 103 (40.62% from 255 or 33.77% from 305); Blue value is 90 (35.55% from 255 or 29.51% from 305); Max value from RGB is 112 - color contains mainly: red. Hex color #70675A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70675A is #8F98A5. Grayscale: #686868. Windows color (decimal): -9410726 or 5924720. OLE color: 5924720.

HSL color Cylindrical-coordinate representation of color #70675A: hue angle of 35.45º degrees, saturation: 0.11, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #70675A is Cyan = 0, Magento = 0.08, Yellow = 0.20 and Black (K on CMYK) = 0.56.

Color convert

RGB11210390-
CMYK00.080.200.56
HSL35.45º10.89%39.61%-
HSV(B)35.45º19.64%43.92%-
XYZ13.3813.8811.65-
YUV104.21119.98133.56-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 36.72%
GREEN value IS 103 (40.62% from 255) = 33.77%
BLUE value IS 90 (35.55% from 255) = 29.51%
R=36.72%
G=33.77%
B=29.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.20
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121039000.080.200.5635.4510.8939.61
Hex70675A08143823b28
Octal1601471320102470431350
Binary11100001100111101101001000101001110001000111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70675A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70675A; }

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

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

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

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

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

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

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

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