#66475D

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

Shades of Finn #66475D

Tints of Finn #66475D

Color information

#66475D (or 0x66475D) is unknown color: approx Finn. HEX triplet: 66, 47 and 5D. RGB value is (102,71,93). Sum of RGB (Red+Green+Blue) = 102+71+93=266 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.35% from 266); Green value is 71 (28.12% from 255 or 26.69% from 266); Blue value is 93 (36.72% from 255 or 34.96% from 266); Max value from RGB is 102 - color contains mainly: red. Hex color #66475D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66475D is #99B8A2. Grayscale: #525252. Windows color (decimal): -10074275 or 6113126. OLE color: 6113126.

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

Color convert

RGB1027193-
CMYK00.300.090.6
HSL317.42º17.92%33.92%-
HSV(B)317.42º30.39%40%-
XYZ9.718.1211.41-
YUV82.78133.77141.71-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 38.35%
GREEN value IS 71 (28.12% from 255) = 26.69%
BLUE value IS 93 (36.72% from 255) = 34.96%
R=38.35%
G=26.69%
B=34.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.09
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102719300.300.090.6317.4217.9233.92
Hex66475D01E93C13d1222
Octal14610713503611744752242
Binary110011010001111011101011110100111110010011110110010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66475D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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