#66505E

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

Shades of Finn #66505E

Tints of Finn #66505E

Color information

#66505E (or 0x66505E) is unknown color: approx Finn. HEX triplet: 66, 50 and 5E. RGB value is (102,80,94). Sum of RGB (Red+Green+Blue) = 102+80+94=276 (36% of max value = 765). Red value is 102 (40.23% from 255 or 36.96% from 276); Green value is 80 (31.64% from 255 or 28.99% from 276); Blue value is 94 (37.11% from 255 or 34.06% from 276); Max value from RGB is 102 - color contains mainly: red. Hex color #66505E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66505E is #99AFA1. Grayscale: #585858. Windows color (decimal): -10071970 or 6180966. OLE color: 6180966.

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

Color convert

RGB1028094-
CMYK00.220.080.6
HSL321.82º12.09%35.69%-
HSV(B)321.82º21.57%40%-
XYZ10.379.3711.85-
YUV88.17131.29137.86-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 36.96%
GREEN value IS 80 (31.64% from 255) = 28.99%
BLUE value IS 94 (37.11% from 255) = 34.06%
R=36.96%
G=28.99%
B=34.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.08
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102809400.220.080.6321.8212.0935.69
Hex66505E01683C142c24
Octal14612013602610745021444
Binary11001101010000101111001011010001111001010000101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66505E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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