#654556

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

Shades of Finn #654556

Tints of Finn #654556

Color information

#654556 (or 0x654556) is unknown color: approx Finn. HEX triplet: 65, 45 and 56. RGB value is (101,69,86). Sum of RGB (Red+Green+Blue) = 101+69+86=256 (33% of max value = 765). Red value is 101 (39.84% from 255 or 39.45% from 256); Green value is 69 (27.34% from 255 or 26.95% from 256); Blue value is 86 (33.98% from 255 or 33.59% from 256); Max value from RGB is 101 - color contains mainly: red. Hex color #654556 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #654556 is #9ABAA9. Grayscale: #505050. Windows color (decimal): -10140330 or 5653861. OLE color: 5653861.

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

Color convert

RGB1016986-
CMYK00.320.150.60
HSL328.12º18.82%33.33%-
HSV(B)328.12º31.68%39.61%-
XYZ9.177.699.81-
YUV80.51131.1142.62-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 39.45%
GREEN value IS 69 (27.34% from 255) = 26.95%
BLUE value IS 86 (33.98% from 255) = 33.59%
R=39.45%
G=26.95%
B=33.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.15
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101698600.320.150.60328.1218.8233.33
Hex654556020F3C1481321
Octal14510512604017745102341
Binary1100101100010110101100100000111111110010100100010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #654556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #654556; }

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

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

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

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

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

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

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

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