#706451

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

Shades of Coffee #706451

Tints of Coffee #706451

Color information

#706451 (or 0x706451) is unknown color: approx Coffee. HEX triplet: 70, 64 and 51. RGB value is (112,100,81). Sum of RGB (Red+Green+Blue) = 112+100+81=293 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.23% from 293); Green value is 100 (39.45% from 255 or 34.13% from 293); Blue value is 81 (32.03% from 255 or 27.65% from 293); Max value from RGB is 112 - color contains mainly: red. Hex color #706451 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706451 is #8F9BAE. Grayscale: #656565. Windows color (decimal): -9411503 or 5334128. OLE color: 5334128.

HSL color Cylindrical-coordinate representation of color #706451: hue angle of 36.77º 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 #706451 is Cyan = 0, Magento = 0.11, Yellow = 0.28 and Black (K on CMYK) = 0.56.

Color convert

RGB11210081-
CMYK00.110.280.56
HSL36.77º16.06%37.84%-
HSV(B)36.77º27.68%43.92%-
XYZ12.7213.159.65-
YUV101.42116.48135.54-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 38.23%
GREEN value IS 100 (39.45% from 255) = 34.13%
BLUE value IS 81 (32.03% from 255) = 27.65%
R=38.23%
G=34.13%
B=27.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.28
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121008100.110.280.5636.7716.0637.84
Hex7064510B1C38251026
Octal1601441210133470452046
Binary111000011001001010001010111110011100010010110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706451; }

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

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

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

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

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

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

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

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