#64455B

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

Shades of Finn #64455B

Tints of Finn #64455B

Color information

#64455B (or 0x64455B) is unknown color: approx Finn. HEX triplet: 64, 45 and 5B. RGB value is (100,69,91). Sum of RGB (Red+Green+Blue) = 100+69+91=260 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.46% from 260); Green value is 69 (27.34% from 255 or 26.54% from 260); Blue value is 91 (35.94% from 255 or 35% from 260); Max value from RGB is 100 - color contains mainly: red. Hex color #64455B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #64455B is #9BBAA4. Grayscale: #505050. Windows color (decimal): -10205861 or 5981540. OLE color: 5981540.

HSL color Cylindrical-coordinate representation of color #64455B: hue angle of 317.42º degrees, saturation: 0.18, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #64455B is Cyan = 0, Magento = 0.31, Yellow = 0.09 and Black (K on CMYK) = 0.61.

Color convert

RGB1006991-
CMYK00.310.090.61
HSL317.42º18.34%33.14%-
HSV(B)317.42º31%39.22%-
XYZ9.277.7210.9-
YUV80.78133.77141.71-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 38.46%
GREEN value IS 69 (27.34% from 255) = 26.54%
BLUE value IS 91 (35.94% from 255) = 35%
R=38.46%
G=26.54%
B=35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.09
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100699100.310.090.61317.4218.3433.14
Hex64455B01F93D13d1221
Octal14410513303711754752241
Binary110010010001011011011011111100111110110011110110010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64455B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64455B; }

 p { color: rgb(100,69,91); }

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

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

 a { background-color: rgb(100,69,91); }

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

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

 span { border-color: rgb(100,69,91); }

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