#664251

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

Shades of Finn #664251

Tints of Finn #664251

Color information

#664251 (or 0x664251) is unknown color: approx Finn. HEX triplet: 66, 42 and 51. RGB value is (102,66,81). Sum of RGB (Red+Green+Blue) = 102+66+81=249 (32% of max value = 765). Red value is 102 (40.23% from 255 or 40.96% from 249); Green value is 66 (26.17% from 255 or 26.51% from 249); Blue value is 81 (32.03% from 255 or 32.53% from 249); Max value from RGB is 102 - color contains mainly: red. Hex color #664251 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #664251 is #99BDAE. Grayscale: #4E4E4E. Windows color (decimal): -10075567 or 5325414. OLE color: 5325414.

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

Color convert

RGB1026681-
CMYK00.350.210.6
HSL335º21.43%32.94%-
HSV(B)335º35.29%40%-
XYZ8.917.328.73-
YUV78.47129.43144.78-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 40.96%
GREEN value IS 66 (26.17% from 255) = 26.51%
BLUE value IS 81 (32.03% from 255) = 32.53%
R=40.96%
G=26.51%
B=32.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.21
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102668100.350.210.633521.4332.94
Hex664251023153C14f1521
Octal14610212104325745172541
Binary11001101000010101000101000111010111110010100111110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664251; }

 p { color: rgb(102,66,81); }

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

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

 a { background-color: rgb(102,66,81); }

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

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

 span { border-color: rgb(102,66,81); }

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