#654156

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

Shades of Finn #654156

Tints of Finn #654156

Color information

#654156 (or 0x654156) is unknown color: approx Finn. HEX triplet: 65, 41 and 56. RGB value is (101,65,86). Sum of RGB (Red+Green+Blue) = 101+65+86=252 (33% of max value = 765). Red value is 101 (39.84% from 255 or 40.08% from 252); Green value is 65 (25.78% from 255 or 25.79% from 252); Blue value is 86 (33.98% from 255 or 34.13% from 252); Max value from RGB is 101 - color contains mainly: red. Hex color #654156 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #654156 is #9ABEA9. Grayscale: #4E4E4E. Windows color (decimal): -10141354 or 5652837. OLE color: 5652837.

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

Color convert

RGB1016586-
CMYK00.360.150.60
HSL325º21.69%32.55%-
HSV(B)325º35.64%39.61%-
XYZ8.947.229.73-
YUV78.16132.43144.29-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 40.08%
GREEN value IS 65 (25.78% from 255) = 25.79%
BLUE value IS 86 (33.98% from 255) = 34.13%
R=40.08%
G=25.79%
B=34.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.15
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101658600.360.150.6032521.6932.55
Hex654156024F3C1451621
Octal14510112604417745052641
Binary1100101100000110101100100100111111110010100010110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #654156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #654156; }

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

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

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

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

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

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

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

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