#66485A

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

Shades of Finn #66485A

Tints of Finn #66485A

Color information

#66485A (or 0x66485A) is unknown color: approx Finn. HEX triplet: 66, 48 and 5A. RGB value is (102,72,90). Sum of RGB (Red+Green+Blue) = 102+72+90=264 (34% of max value = 765). Red value is 102 (40.23% from 255 or 38.64% from 264); Green value is 72 (28.52% from 255 or 27.27% from 264); Blue value is 90 (35.55% from 255 or 34.09% from 264); Max value from RGB is 102 - color contains mainly: red. Hex color #66485A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66485A is #99B7A5. Grayscale: #525252. Windows color (decimal): -10074022 or 5916774. OLE color: 5916774.

HSL color Cylindrical-coordinate representation of color #66485A: hue angle of 324º 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 #66485A is Cyan = 0, Magento = 0.29, Yellow = 0.12 and Black (K on CMYK) = 0.6.

Color convert

RGB1027290-
CMYK00.290.120.6
HSL324º17.24%34.12%-
HSV(B)324º29.41%40%-
XYZ9.648.210.75-
YUV83.02131.94141.54-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 38.64%
GREEN value IS 72 (28.52% from 255) = 27.27%
BLUE value IS 90 (35.55% from 255) = 34.09%
R=38.64%
G=27.27%
B=34.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.12
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102729000.290.120.632417.2434.12
Hex66485A01DC3C1441122
Octal14611013203514745042142
Binary110011010010001011010011101110011110010100010010001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66485A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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