#66485E

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

Shades of Finn #66485E

Tints of Finn #66485E

Color information

#66485E (or 0x66485E) is unknown color: approx Finn. HEX triplet: 66, 48 and 5E. RGB value is (102,72,94). Sum of RGB (Red+Green+Blue) = 102+72+94=268 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.06% from 268); Green value is 72 (28.52% from 255 or 26.87% from 268); Blue value is 94 (37.11% from 255 or 35.07% from 268); Max value from RGB is 102 - color contains mainly: red. Hex color #66485E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66485E is #99B7A1. Grayscale: #535353. Windows color (decimal): -10074018 or 6178918. OLE color: 6178918.

HSL color Cylindrical-coordinate representation of color #66485E: hue angle of 316º degrees, saturation: 0.17, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #66485E is Cyan = 0, Magento = 0.29, Yellow = 0.08 and Black (K on CMYK) = 0.6.

Color convert

RGB1027294-
CMYK00.290.080.6
HSL316º17.24%34.12%-
HSV(B)316º29.41%40%-
XYZ9.828.2711.67-
YUV83.48133.94141.21-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 38.06%
GREEN value IS 72 (28.52% from 255) = 26.87%
BLUE value IS 94 (37.11% from 255) = 35.07%
R=38.06%
G=26.87%
B=35.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.08
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102729400.290.080.631617.2434.12
Hex66485E01D83C13c1122
Octal14611013603510744742142
Binary110011010010001011110011101100011110010011110010001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66485E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,72,94); }

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

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

 a { background-color: rgb(102,72,94); }

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

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

 span { border-color: rgb(102,72,94); }

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