#66444F

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

Shades of Finn #66444F

Tints of Finn #66444F

Color information

#66444F (or 0x66444F) is unknown color: approx Finn. HEX triplet: 66, 44 and 4F. RGB value is (102,68,79). Sum of RGB (Red+Green+Blue) = 102+68+79=249 (32% of max value = 765). Red value is 102 (40.23% from 255 or 40.96% from 249); Green value is 68 (26.95% from 255 or 27.31% from 249); Blue value is 79 (31.25% from 255 or 31.73% from 249); Max value from RGB is 102 - color contains mainly: red. Hex color #66444F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66444F is #99BBB0. Grayscale: #4F4F4F. Windows color (decimal): -10075057 or 5194854. OLE color: 5194854.

HSL color Cylindrical-coordinate representation of color #66444F: hue angle of 340.59º degrees, saturation: 0.2, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #66444F is Cyan = 0, Magento = 0.33, Yellow = 0.23 and Black (K on CMYK) = 0.6.

Color convert

RGB1026879-
CMYK00.330.230.6
HSL340.59º20%33.33%-
HSV(B)340.59º33.33%40%-
XYZ8.967.528.38-
YUV79.42127.76144.11-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 40.96%
GREEN value IS 68 (26.95% from 255) = 27.31%
BLUE value IS 79 (31.25% from 255) = 31.73%
R=40.96%
G=27.31%
B=31.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.23
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102687900.330.230.6340.592033.33
Hex66444F021173C1551421
Octal14610411704127745252441
Binary11001101000100100111101000011011111110010101010110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66444F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66444F; }

 p { color: rgb(102,68,79); }

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

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

 a { background-color: rgb(102,68,79); }

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

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

 span { border-color: rgb(102,68,79); }

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