#744656

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

Shades of Finn #744656

Tints of Finn #744656

Color information

#744656 (or 0x744656) is unknown color: approx Finn. HEX triplet: 74, 46 and 56. RGB value is (116,70,86). Sum of RGB (Red+Green+Blue) = 116+70+86=272 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.65% from 272); Green value is 70 (27.73% from 255 or 25.74% from 272); Blue value is 86 (33.98% from 255 or 31.62% from 272); Max value from RGB is 116 - color contains mainly: red. Hex color #744656 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #744656 is #8BB9A9. Grayscale: #555555. Windows color (decimal): -9157034 or 5654132. OLE color: 5654132.

HSL color Cylindrical-coordinate representation of color #744656: hue angle of 339.13º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #744656 is Cyan = 0, Magento = 0.40, Yellow = 0.26 and Black (K on CMYK) = 0.55.

Color convert

RGB1167086-
CMYK00.400.260.55
HSL339.13º24.73%36.47%-
HSV(B)339.13º39.66%45.49%-
XYZ11.078.779.91-
YUV85.58128.24149.7-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 42.65%
GREEN value IS 70 (27.73% from 255) = 25.74%
BLUE value IS 86 (33.98% from 255) = 31.62%
R=42.65%
G=25.74%
B=31.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.26
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116708600.400.260.55339.1324.7336.47
Hex7446560281A371531924
Octal16410612605032675233144
Binary11101001000110101011001010001101011011110101001111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #744656; }

 p { color: rgb(116,70,86); }

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

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

 a { background-color: rgb(116,70,86); }

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

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

 span { border-color: rgb(116,70,86); }

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