#654255

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

Shades of Finn #654255

Tints of Finn #654255

Color information

#654255 (or 0x654255) is unknown color: approx Finn. HEX triplet: 65, 42 and 55. RGB value is (101,66,85). Sum of RGB (Red+Green+Blue) = 101+66+85=252 (33% of max value = 765). Red value is 101 (39.84% from 255 or 40.08% from 252); Green value is 66 (26.17% from 255 or 26.19% from 252); Blue value is 85 (33.59% from 255 or 33.73% from 252); Max value from RGB is 101 - color contains mainly: red. Hex color #654255 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #654255 is #9ABDAA. Grayscale: #4E4E4E. Windows color (decimal): -10141099 or 5587557. OLE color: 5587557.

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

Color convert

RGB1016685-
CMYK00.350.160.60
HSL327.43º20.96%32.75%-
HSV(B)327.43º34.65%39.61%-
XYZ8.957.329.54-
YUV78.63131.6143.96-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 40.08%
GREEN value IS 66 (26.17% from 255) = 26.19%
BLUE value IS 85 (33.59% from 255) = 33.73%
R=40.08%
G=26.19%
B=33.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.16
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101668500.350.160.60327.4320.9632.75
Hex654255023103C1471521
Octal14510212504320745072541
Binary11001011000010101010101000111000011110010100011110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #654255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #654255; }

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

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

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

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

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

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

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

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