#66475A

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

Shades of Finn #66475A

Tints of Finn #66475A

Color information

#66475A (or 0x66475A) is unknown color: approx Finn. HEX triplet: 66, 47 and 5A. RGB value is (102,71,90). Sum of RGB (Red+Green+Blue) = 102+71+90=263 (34% of max value = 765). Red value is 102 (40.23% from 255 or 38.78% from 263); Green value is 71 (28.12% from 255 or 27.00% from 263); Blue value is 90 (35.55% from 255 or 34.22% from 263); Max value from RGB is 102 - color contains mainly: red. Hex color #66475A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66475A is #99B8A5. Grayscale: #525252. Windows color (decimal): -10074278 or 5916518. OLE color: 5916518.

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

Color convert

RGB1027190-
CMYK00.300.120.6
HSL323.23º17.92%33.92%-
HSV(B)323.23º30.39%40%-
XYZ9.588.0710.73-
YUV82.44132.27141.96-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 38.78%
GREEN value IS 71 (28.12% from 255) = 27.00%
BLUE value IS 90 (35.55% from 255) = 34.22%
R=38.78%
G=27.00%
B=34.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.12
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102719000.300.120.6323.2317.9233.92
Hex66475A01EC3C1431222
Octal14610713203614745032242
Binary110011010001111011010011110110011110010100001110010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66475A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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