#66435C

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

Shades of Finn #66435C

Tints of Finn #66435C

Color information

#66435C (or 0x66435C) is unknown color: approx Finn. HEX triplet: 66, 43 and 5C. RGB value is (102,67,92). Sum of RGB (Red+Green+Blue) = 102+67+92=261 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.08% from 261); Green value is 67 (26.56% from 255 or 25.67% from 261); Blue value is 92 (36.33% from 255 or 35.25% from 261); Max value from RGB is 102 - color contains mainly: red. Hex color #66435C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66435C is #99BCA3. Grayscale: #505050. Windows color (decimal): -10075300 or 6046566. OLE color: 6046566.

HSL color Cylindrical-coordinate representation of color #66435C: hue angle of 317.14º degrees, saturation: 0.21, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #66435C is Cyan = 0, Magento = 0.34, Yellow = 0.10 and Black (K on CMYK) = 0.6.

Color convert

RGB1026792-
CMYK00.340.100.6
HSL317.14º20.71%33.14%-
HSV(B)317.14º34.31%40%-
XYZ9.427.6111.1-
YUV80.32134.6143.47-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 39.08%
GREEN value IS 67 (26.56% from 255) = 25.67%
BLUE value IS 92 (36.33% from 255) = 35.25%
R=39.08%
G=25.67%
B=35.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.10
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102679200.340.100.6317.1420.7133.14
Hex66435C022A3C13d1521
Octal14610313404212744752541
Binary1100110100001110111000100010101011110010011110110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66435C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66435C; }

 p { color: rgb(102,67,92); }

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

<style>
 a { background-color: #66435C; }

 a { background-color: rgb(102,67,92); }

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

<style>
 span { border-color: #66435C; }

 span { border-color: rgb(102,67,92); }

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