#66565E

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

Shades of Finn #66565E

Tints of Finn #66565E

Color information

#66565E (or 0x66565E) is unknown color: approx Finn. HEX triplet: 66, 56 and 5E. RGB value is (102,86,94). Sum of RGB (Red+Green+Blue) = 102+86+94=282 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.17% from 282); Green value is 86 (33.98% from 255 or 30.50% from 282); Blue value is 94 (37.11% from 255 or 33.33% from 282); Max value from RGB is 102 - color contains mainly: red. Hex color #66565E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66565E is #99A9A1. Grayscale: #5B5B5B. Windows color (decimal): -10070434 or 6182502. OLE color: 6182502.

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

Color convert

RGB1028694-
CMYK00.160.080.6
HSL330º8.51%36.86%-
HSV(B)330º15.69%40%-
XYZ10.8310.2912-
YUV91.7129.3135.35-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 36.17%
GREEN value IS 86 (33.98% from 255) = 30.50%
BLUE value IS 94 (37.11% from 255) = 33.33%
R=36.17%
G=30.50%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.08
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102869400.160.080.63308.5136.86
Hex66565E01083C14a925
Octal14612613602010745121145
Binary11001101010110101111001000010001111001010010101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66565E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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