#66455A

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

Shades of Finn #66455A

Tints of Finn #66455A

Color information

#66455A (or 0x66455A) is unknown color: approx Finn. HEX triplet: 66, 45 and 5A. RGB value is (102,69,90). Sum of RGB (Red+Green+Blue) = 102+69+90=261 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.08% from 261); Green value is 69 (27.34% from 255 or 26.44% from 261); Blue value is 90 (35.55% from 255 or 34.48% from 261); Max value from RGB is 102 - color contains mainly: red. Hex color #66455A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66455A is #99BAA5. Grayscale: #515151. Windows color (decimal): -10074790 or 5916006. OLE color: 5916006.

HSL color Cylindrical-coordinate representation of color #66455A: hue angle of 321.82º degrees, saturation: 0.19, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #66455A is Cyan = 0, Magento = 0.32, Yellow = 0.12 and Black (K on CMYK) = 0.6.

Color convert

RGB1026990-
CMYK00.320.120.6
HSL321.82º19.3%33.53%-
HSV(B)321.82º32.35%40%-
XYZ9.457.8210.68-
YUV81.26132.93142.79-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 39.08%
GREEN value IS 69 (27.34% from 255) = 26.44%
BLUE value IS 90 (35.55% from 255) = 34.48%
R=39.08%
G=26.44%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.12
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102699000.320.120.6321.8219.333.53
Hex66455A020C3C1421322
Octal14610513204014745022342
Binary1100110100010110110100100000110011110010100001010011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66455A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66455A; }

 p { color: rgb(102,69,90); }

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

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

 a { background-color: rgb(102,69,90); }

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

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

 span { border-color: rgb(102,69,90); }

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