#654155

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

Shades of Finn #654155

Tints of Finn #654155

Color information

#654155 (or 0x654155) is unknown color: approx Finn. HEX triplet: 65, 41 and 55. RGB value is (101,65,85). Sum of RGB (Red+Green+Blue) = 101+65+85=251 (33% of max value = 765). Red value is 101 (39.84% from 255 or 40.24% from 251); Green value is 65 (25.78% from 255 or 25.90% from 251); Blue value is 85 (33.59% from 255 or 33.86% from 251); Max value from RGB is 101 - color contains mainly: red. Hex color #654155 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #654155 is #9ABEAA. Grayscale: #4E4E4E. Windows color (decimal): -10141355 or 5587301. OLE color: 5587301.

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

Color convert

RGB1016585-
CMYK00.360.160.60
HSL326.67º21.69%32.55%-
HSV(B)326.67º35.64%39.61%-
XYZ8.97.29.52-
YUV78.04131.93144.37-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 40.24%
GREEN value IS 65 (25.78% from 255) = 25.90%
BLUE value IS 85 (33.59% from 255) = 33.86%
R=40.24%
G=25.90%
B=33.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.16
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101658500.360.160.60326.6721.6932.55
Hex654155024103C1471621
Octal14510112504420745072641
Binary11001011000001101010101001001000011110010100011110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #654155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #654155; }

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

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

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

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

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

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

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

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