#704659

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

Shades of Finn #704659

Tints of Finn #704659

Color information

#704659 (or 0x704659) is unknown color: approx Finn. HEX triplet: 70, 46 and 59. RGB value is (112,70,89). Sum of RGB (Red+Green+Blue) = 112+70+89=271 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.33% from 271); Green value is 70 (27.73% from 255 or 25.83% from 271); Blue value is 89 (35.16% from 255 or 32.84% from 271); Max value from RGB is 112 - color contains mainly: red. Hex color #704659 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704659 is #8FB9A6. Grayscale: #545454. Windows color (decimal): -9419175 or 5850736. OLE color: 5850736.

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

Color convert

RGB1127089-
CMYK00.380.210.56
HSL332.86º23.08%35.69%-
HSV(B)332.86º37.5%43.92%-
XYZ10.688.5510.54-
YUV84.72130.41147.46-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 41.33%
GREEN value IS 70 (27.73% from 255) = 25.83%
BLUE value IS 89 (35.16% from 255) = 32.84%
R=41.33%
G=25.83%
B=32.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.21
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112708900.380.210.56332.8623.0835.69
Hex704659026153814d1724
Octal16010613104625705152744
Binary11100001000110101100101001101010111100010100110110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704659; }

 p { color: rgb(112,70,89); }

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

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

 a { background-color: rgb(112,70,89); }

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

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

 span { border-color: rgb(112,70,89); }

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