#66424E

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

Shades of Finn #66424E

Tints of Finn #66424E

Color information

#66424E (or 0x66424E) is unknown color: approx Finn. HEX triplet: 66, 42 and 4E. RGB value is (102,66,78). Sum of RGB (Red+Green+Blue) = 102+66+78=246 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.46% from 246); Green value is 66 (26.17% from 255 or 26.83% from 246); Blue value is 78 (30.86% from 255 or 31.71% from 246); Max value from RGB is 102 - color contains mainly: red. Hex color #66424E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66424E is #99BDB1. Grayscale: #4E4E4E. Windows color (decimal): -10075570 or 5128806. OLE color: 5128806.

HSL color Cylindrical-coordinate representation of color #66424E: hue angle of 340º degrees, saturation: 0.21, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #66424E is Cyan = 0, Magento = 0.35, Yellow = 0.24 and Black (K on CMYK) = 0.6.

Color convert

RGB1026678-
CMYK00.350.240.6
HSL340º21.43%32.94%-
HSV(B)340º35.29%40%-
XYZ8.87.278.15-
YUV78.13127.93145.02-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 41.46%
GREEN value IS 66 (26.17% from 255) = 26.83%
BLUE value IS 78 (30.86% from 255) = 31.71%
R=41.46%
G=26.83%
B=31.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.24
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102667800.350.240.634021.4332.94
Hex66424E023183C1541521
Octal14610211604330745242541
Binary11001101000010100111001000111100011110010101010010101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66424E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66424E; }

 p { color: rgb(102,66,78); }

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

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

 a { background-color: rgb(102,66,78); }

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

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

 span { border-color: rgb(102,66,78); }

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