#66545A

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

Shades of Finn #66545A

Tints of Finn #66545A

Color information

#66545A (or 0x66545A) is unknown color: approx Finn. HEX triplet: 66, 54 and 5A. RGB value is (102,84,90). Sum of RGB (Red+Green+Blue) = 102+84+90=276 (36% of max value = 765). Red value is 102 (40.23% from 255 or 36.96% from 276); Green value is 84 (33.20% from 255 or 30.43% from 276); Blue value is 90 (35.55% from 255 or 32.61% from 276); Max value from RGB is 102 - color contains mainly: red. Hex color #66545A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66545A is #99ABA5. Grayscale: #5A5A5A. Windows color (decimal): -10070950 or 5919846. OLE color: 5919846.

HSL color Cylindrical-coordinate representation of color #66545A: hue angle of 340º 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 #66545A is Cyan = 0, Magento = 0.18, Yellow = 0.12 and Black (K on CMYK) = 0.6.

Color convert

RGB1028490-
CMYK00.180.120.6
HSL340º9.68%36.47%-
HSV(B)340º17.65%40%-
XYZ10.59.911.03-
YUV90.07127.96136.51-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 36.96%
GREEN value IS 84 (33.20% from 255) = 30.43%
BLUE value IS 90 (35.55% from 255) = 32.61%
R=36.96%
G=30.43%
B=32.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.12
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102849000.180.120.63409.6836.47
Hex66545A012C3C154a24
Octal14612413202214745241244
Binary11001101010100101101001001011001111001010101001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66545A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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