#704654

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

Shades of Finn #704654

Tints of Finn #704654

Color information

#704654 (or 0x704654) is unknown color: approx Finn. HEX triplet: 70, 46 and 54. RGB value is (112,70,84). Sum of RGB (Red+Green+Blue) = 112+70+84=266 (35% of max value = 765). Red value is 112 (44.14% from 255 or 42.11% from 266); Green value is 70 (27.73% from 255 or 26.32% from 266); Blue value is 84 (33.20% from 255 or 31.58% from 266); Max value from RGB is 112 - color contains mainly: red. Hex color #704654 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704654 is #8FB9AB. Grayscale: #545454. Windows color (decimal): -9419180 or 5523056. OLE color: 5523056.

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

Color convert

RGB1127084-
CMYK00.380.250.56
HSL340º23.08%35.69%-
HSV(B)340º37.5%43.92%-
XYZ10.478.479.47-
YUV84.15127.91147.86-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 42.11%
GREEN value IS 70 (27.73% from 255) = 26.32%
BLUE value IS 84 (33.20% from 255) = 31.58%
R=42.11%
G=26.32%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.25
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112708400.380.250.5634023.0835.69
Hex70465402619381541724
Octal16010612404631705242744
Binary11100001000110101010001001101100111100010101010010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704654; }

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

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

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

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

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

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

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

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