#66555C

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

Shades of Finn #66555C

Tints of Finn #66555C

Color information

#66555C (or 0x66555C) is unknown color: approx Finn. HEX triplet: 66, 55 and 5C. RGB value is (102,85,92). Sum of RGB (Red+Green+Blue) = 102+85+92=279 (36% of max value = 765). Red value is 102 (40.23% from 255 or 36.56% from 279); Green value is 85 (33.59% from 255 or 30.47% from 279); Blue value is 92 (36.33% from 255 or 32.97% from 279); Max value from RGB is 102 - color contains mainly: red. Hex color #66555C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66555C is #99AAA3. Grayscale: #5A5A5A. Windows color (decimal): -10070692 or 6051174. OLE color: 6051174.

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

Color convert

RGB1028592-
CMYK00.170.100.6
HSL335.29º9.09%36.67%-
HSV(B)335.29º16.67%40%-
XYZ10.6610.0911.51-
YUV90.88128.63135.93-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 36.56%
GREEN value IS 85 (33.59% from 255) = 30.47%
BLUE value IS 92 (36.33% from 255) = 32.97%
R=36.56%
G=30.47%
B=32.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.10
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102859200.170.100.6335.299.0936.67
Hex66555C011A3C14f925
Octal14612513402112745171145
Binary11001101010101101110001000110101111001010011111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66555C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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