#66515C

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

Shades of Finn #66515C

Tints of Finn #66515C

Color information

#66515C (or 0x66515C) is unknown color: approx Finn. HEX triplet: 66, 51 and 5C. RGB value is (102,81,92). Sum of RGB (Red+Green+Blue) = 102+81+92=275 (36% of max value = 765). Red value is 102 (40.23% from 255 or 37.09% from 275); Green value is 81 (32.03% from 255 or 29.45% from 275); Blue value is 92 (36.33% from 255 or 33.45% from 275); Max value from RGB is 102 - color contains mainly: red. Hex color #66515C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66515C is #99AEA3. Grayscale: #585858. Windows color (decimal): -10071716 or 6050150. OLE color: 6050150.

HSL color Cylindrical-coordinate representation of color #66515C: hue angle of 328.57º degrees, saturation: 0.11, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #66515C is Cyan = 0, Magento = 0.21, Yellow = 0.10 and Black (K on CMYK) = 0.6.

Color convert

RGB1028192-
CMYK00.210.100.6
HSL328.57º11.48%35.88%-
HSV(B)328.57º20.59%40%-
XYZ10.359.4811.41-
YUV88.53129.96137.61-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 37.09%
GREEN value IS 81 (32.03% from 255) = 29.45%
BLUE value IS 92 (36.33% from 255) = 33.45%
R=37.09%
G=29.45%
B=33.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.10
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102819200.210.100.6328.5711.4835.88
Hex66515C015A3C149b24
Octal14612113402512745111344
Binary11001101010001101110001010110101111001010010011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66515C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66515C; }

 p { color: rgb(102,81,92); }

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

<style>
 a { background-color: #66515C; }

 a { background-color: rgb(102,81,92); }

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

<style>
 span { border-color: #66515C; }

 span { border-color: rgb(102,81,92); }

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