#66545B

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

Shades of Finn #66545B

Tints of Finn #66545B

Color information

#66545B (or 0x66545B) is unknown color: approx Finn. HEX triplet: 66, 54 and 5B. RGB value is (102,84,91). Sum of RGB (Red+Green+Blue) = 102+84+91=277 (36% of max value = 765). Red value is 102 (40.23% from 255 or 36.82% from 277); Green value is 84 (33.20% from 255 or 30.32% from 277); Blue value is 91 (35.94% from 255 or 32.85% from 277); Max value from RGB is 102 - color contains mainly: red. Hex color #66545B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66545B is #99ABA4. Grayscale: #5A5A5A. Windows color (decimal): -10070949 or 5985382. OLE color: 5985382.

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

Color convert

RGB1028491-
CMYK00.180.110.6
HSL336.67º9.68%36.47%-
HSV(B)336.67º17.65%40%-
XYZ10.549.9211.26-
YUV90.18128.46136.43-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 36.82%
GREEN value IS 84 (33.20% from 255) = 30.32%
BLUE value IS 91 (35.94% from 255) = 32.85%
R=36.82%
G=30.32%
B=32.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.11
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102849100.180.110.6336.679.6836.47
Hex66545B012B3C151a24
Octal14612413302213745211244
Binary11001101010100101101101001010111111001010100011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66545B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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