#704556

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

Shades of Finn #704556

Tints of Finn #704556

Color information

#704556 (or 0x704556) is unknown color: approx Finn. HEX triplet: 70, 45 and 56. RGB value is (112,69,86). Sum of RGB (Red+Green+Blue) = 112+69+86=267 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.95% from 267); Green value is 69 (27.34% from 255 or 25.84% from 267); Blue value is 86 (33.98% from 255 or 32.21% from 267); Max value from RGB is 112 - color contains mainly: red. Hex color #704556 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704556 is #8FBAA9. Grayscale: #535353. Windows color (decimal): -9419434 or 5653872. OLE color: 5653872.

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

Color convert

RGB1126986-
CMYK00.380.230.56
HSL336.28º23.76%35.49%-
HSV(B)336.28º38.39%43.92%-
XYZ10.498.379.87-
YUV83.8129.25148.12-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 41.95%
GREEN value IS 69 (27.34% from 255) = 25.84%
BLUE value IS 86 (33.98% from 255) = 32.21%
R=41.95%
G=25.84%
B=32.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.23
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112698600.380.230.56336.2823.7635.49
Hex70455602617381501823
Octal16010512604627705203043
Binary11100001000101101011001001101011111100010101000011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704556; }

 p { color: rgb(112,69,86); }

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

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

 a { background-color: rgb(112,69,86); }

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

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

 span { border-color: rgb(112,69,86); }

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