#66555F

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

Shades of Finn #66555F

Tints of Finn #66555F

Color information

#66555F (or 0x66555F) is unknown color: approx Finn. HEX triplet: 66, 55 and 5F. RGB value is (102,85,95). Sum of RGB (Red+Green+Blue) = 102+85+95=282 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.17% from 282); Green value is 85 (33.59% from 255 or 30.14% from 282); Blue value is 95 (37.5% from 255 or 33.69% from 282); Max value from RGB is 102 - color contains mainly: red. Hex color #66555F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66555F is #99AAA0. Grayscale: #5B5B5B. Windows color (decimal): -10070689 or 6247782. OLE color: 6247782.

HSL color Cylindrical-coordinate representation of color #66555F: hue angle of 324.71º 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 #66555F is Cyan = 0, Magento = 0.17, Yellow = 0.07 and Black (K on CMYK) = 0.6.

Color convert

RGB1028595-
CMYK00.170.070.6
HSL324.71º9.09%36.67%-
HSV(B)324.71º16.67%40%-
XYZ10.7910.1512.22-
YUV91.22130.13135.69-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 36.17%
GREEN value IS 85 (33.59% from 255) = 30.14%
BLUE value IS 95 (37.5% from 255) = 33.69%
R=36.17%
G=30.14%
B=33.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.07
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102859500.170.070.6324.719.0936.67
Hex66555F01173C145925
Octal1461251370217745051145
Binary1100110101010110111110100011111111001010001011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66555F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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