#66545D

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

Shades of Finn #66545D

Tints of Finn #66545D

Color information

#66545D (or 0x66545D) is unknown color: approx Finn. HEX triplet: 66, 54 and 5D. RGB value is (102,84,93). Sum of RGB (Red+Green+Blue) = 102+84+93=279 (36% of max value = 765). Red value is 102 (40.23% from 255 or 36.56% from 279); Green value is 84 (33.20% from 255 or 30.11% from 279); Blue value is 93 (36.72% from 255 or 33.33% from 279); Max value from RGB is 102 - color contains mainly: red. Hex color #66545D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66545D is #99ABA2. Grayscale: #5A5A5A. Windows color (decimal): -10070947 or 6116454. OLE color: 6116454.

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

Color convert

RGB1028493-
CMYK00.180.090.6
HSL330º9.68%36.47%-
HSV(B)330º17.65%40%-
XYZ10.639.9611.72-
YUV90.41129.46136.27-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 36.56%
GREEN value IS 84 (33.20% from 255) = 30.11%
BLUE value IS 93 (36.72% from 255) = 33.33%
R=36.56%
G=30.11%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.09
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102849300.180.090.63309.6836.47
Hex66545D01293C14aa24
Octal14612413502211745121244
Binary11001101010100101110101001010011111001010010101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66545D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66545D; }

 p { color: rgb(102,84,93); }

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

<style>
 a { background-color: #66545D; }

 a { background-color: rgb(102,84,93); }

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

<style>
 span { border-color: #66545D; }

 span { border-color: rgb(102,84,93); }

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