#70695A

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

Shades of Coffee #70695A

Tints of Coffee #70695A

Color information

#70695A (or 0x70695A) is unknown color: approx Coffee. HEX triplet: 70, 69 and 5A. RGB value is (112,105,90). Sum of RGB (Red+Green+Blue) = 112+105+90=307 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.48% from 307); Green value is 105 (41.41% from 255 or 34.20% from 307); Blue value is 90 (35.55% from 255 or 29.32% from 307); Max value from RGB is 112 - color contains mainly: red. Hex color #70695A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70695A is #8F96A5. Grayscale: #696969. Windows color (decimal): -9410214 or 5925232. OLE color: 5925232.

HSL color Cylindrical-coordinate representation of color #70695A: hue angle of 40.91º 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 #70695A is Cyan = 0, Magento = 0.06, Yellow = 0.20 and Black (K on CMYK) = 0.56.

Color convert

RGB11210590-
CMYK00.060.200.56
HSL40.91º10.89%39.61%-
HSV(B)40.91º19.64%43.92%-
XYZ13.5814.2911.71-
YUV105.38119.32132.72-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 36.48%
GREEN value IS 105 (41.41% from 255) = 34.20%
BLUE value IS 90 (35.55% from 255) = 29.32%
R=36.48%
G=34.20%
B=29.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.20
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121059000.060.200.5640.9110.8939.61
Hex70695A06143829b28
Octal160151132062470511350
Binary1110000110100110110100110101001110001010011011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70695A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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