#654055

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

Shades of Finn #654055

Tints of Finn #654055

Color information

#654055 (or 0x654055) is unknown color: approx Finn. HEX triplet: 65, 40 and 55. RGB value is (101,64,85). Sum of RGB (Red+Green+Blue) = 101+64+85=250 (33% of max value = 765). Red value is 101 (39.84% from 255 or 40.4% from 250); Green value is 64 (25.39% from 255 or 25.6% from 250); Blue value is 85 (33.59% from 255 or 34% from 250); Max value from RGB is 101 - color contains mainly: red. Hex color #654055 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #654055 is #9ABFAA. Grayscale: #4D4D4D. Windows color (decimal): -10141611 or 5587045. OLE color: 5587045.

HSL color Cylindrical-coordinate representation of color #654055: hue angle of 325.95º degrees, saturation: 0.22, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #654055 is Cyan = 0, Magento = 0.37, Yellow = 0.16 and Black (K on CMYK) = 0.60.

Color convert

RGB1016485-
CMYK00.370.160.60
HSL325.95º22.42%32.35%-
HSV(B)325.95º36.63%39.61%-
XYZ8.847.099.5-
YUV77.46132.26144.79-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 40.4%
GREEN value IS 64 (25.39% from 255) = 25.6%
BLUE value IS 85 (33.59% from 255) = 34%
R=40.4%
G=25.6%
B=34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.16
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101648500.370.160.60325.9522.4232.35
Hex654055025103C1461620
Octal14510012504520745062640
Binary11001011000000101010101001011000011110010100011010110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #654055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #654055; }

 p { color: rgb(101,64,85); }

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

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

 a { background-color: rgb(101,64,85); }

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

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

 span { border-color: rgb(101,64,85); }

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