#664152

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

Shades of Finn #664152

Tints of Finn #664152

Color information

#664152 (or 0x664152) is unknown color: approx Finn. HEX triplet: 66, 41 and 52. RGB value is (102,65,82). Sum of RGB (Red+Green+Blue) = 102+65+82=249 (32% of max value = 765). Red value is 102 (40.23% from 255 or 40.96% from 249); Green value is 65 (25.78% from 255 or 26.10% from 249); Blue value is 82 (32.42% from 255 or 32.93% from 249); Max value from RGB is 102 - color contains mainly: red. Hex color #664152 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #664152 is #99BEAD. Grayscale: #4D4D4D. Windows color (decimal): -10075822 or 5390694. OLE color: 5390694.

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

Color convert

RGB1026582-
CMYK00.360.200.6
HSL332.43º22.16%32.75%-
HSV(B)332.43º36.27%40%-
XYZ8.897.218.91-
YUV78130.26145.12-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 40.96%
GREEN value IS 65 (25.78% from 255) = 26.10%
BLUE value IS 82 (32.42% from 255) = 32.93%
R=40.96%
G=26.10%
B=32.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.20
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102658200.360.200.6332.4322.1632.75
Hex664152024143C14c1621
Octal14610112204424745142641
Binary11001101000001101001001001001010011110010100110010110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664152; }

 p { color: rgb(102,65,82); }

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

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

 a { background-color: rgb(102,65,82); }

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

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

 span { border-color: rgb(102,65,82); }

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