#644152

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

Shades of Finn #644152

Tints of Finn #644152

Color information

#644152 (or 0x644152) is unknown color: approx Finn. HEX triplet: 64, 41 and 52. RGB value is (100,65,82). Sum of RGB (Red+Green+Blue) = 100+65+82=247 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.49% from 247); Green value is 65 (25.78% from 255 or 26.32% from 247); Blue value is 82 (32.42% from 255 or 33.20% from 247); Max value from RGB is 100 - color contains mainly: red. Hex color #644152 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #644152 is #9BBEAD. Grayscale: #4D4D4D. Windows color (decimal): -10206894 or 5390692. OLE color: 5390692.

HSL color Cylindrical-coordinate representation of color #644152: hue angle of 330.86º degrees, saturation: 0.21, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #644152 is Cyan = 0, Magento = 0.35, Yellow = 0.18 and Black (K on CMYK) = 0.61.

Color convert

RGB1006582-
CMYK00.350.180.61
HSL330.86º21.21%32.35%-
HSV(B)330.86º35%39.22%-
XYZ8.677.18.9-
YUV77.4130.6144.12-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 40.49%
GREEN value IS 65 (25.78% from 255) = 26.32%
BLUE value IS 82 (32.42% from 255) = 33.20%
R=40.49%
G=26.32%
B=33.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.18
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100658200.350.180.61330.8621.2132.35
Hex644152023123D14b1520
Octal14410112204322755132540
Binary11001001000001101001001000111001011110110100101110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #644152; }

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

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

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

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

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

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

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

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