#654259

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

Shades of Finn #654259

Tints of Finn #654259

Color information

#654259 (or 0x654259) is unknown color: approx Finn. HEX triplet: 65, 42 and 59. RGB value is (101,66,89). Sum of RGB (Red+Green+Blue) = 101+66+89=256 (33% of max value = 765). Red value is 101 (39.84% from 255 or 39.45% from 256); Green value is 66 (26.17% from 255 or 25.78% from 256); Blue value is 89 (35.16% from 255 or 34.77% from 256); Max value from RGB is 101 - color contains mainly: red. Hex color #654259 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #654259 is #9ABDA6. Grayscale: #4F4F4F. Windows color (decimal): -10141095 or 5849701. OLE color: 5849701.

HSL color Cylindrical-coordinate representation of color #654259: hue angle of 320.57º 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 #654259 is Cyan = 0, Magento = 0.35, Yellow = 0.12 and Black (K on CMYK) = 0.60.

Color convert

RGB1016689-
CMYK00.350.120.60
HSL320.57º20.96%32.75%-
HSV(B)320.57º34.65%39.61%-
XYZ9.127.3810.4-
YUV79.09133.6143.63-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 39.45%
GREEN value IS 66 (26.17% from 255) = 25.78%
BLUE value IS 89 (35.16% from 255) = 34.77%
R=39.45%
G=25.78%
B=34.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.12
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101668900.350.120.60320.5720.9632.75
Hex654259023C3C1411521
Octal14510213104314745012541
Binary1100101100001010110010100011110011110010100000110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #654259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #654259; }

 p { color: rgb(101,66,89); }

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

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

 a { background-color: rgb(101,66,89); }

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

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

 span { border-color: rgb(101,66,89); }

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