#654553

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

Shades of Finn #654553

Tints of Finn #654553

Color information

#654553 (or 0x654553) is unknown color: approx Finn. HEX triplet: 65, 45 and 53. RGB value is (101,69,83). Sum of RGB (Red+Green+Blue) = 101+69+83=253 (33% of max value = 765). Red value is 101 (39.84% from 255 or 39.92% from 253); Green value is 69 (27.34% from 255 or 27.27% from 253); Blue value is 83 (32.81% from 255 or 32.81% from 253); Max value from RGB is 101 - color contains mainly: red. Hex color #654553 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #654553 is #9ABAAC. Grayscale: #505050. Windows color (decimal): -10140333 or 5457253. OLE color: 5457253.

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

Color convert

RGB1016983-
CMYK00.320.180.60
HSL333.75º18.82%33.33%-
HSV(B)333.75º31.68%39.61%-
XYZ9.067.659.18-
YUV80.16129.6142.86-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 39.92%
GREEN value IS 69 (27.34% from 255) = 27.27%
BLUE value IS 83 (32.81% from 255) = 32.81%
R=39.92%
G=27.27%
B=32.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.18
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101698300.320.180.60333.7518.8233.33
Hex654553020123C14e1321
Octal14510512304022745162341
Binary11001011000101101001101000001001011110010100111010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #654553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #654553; }

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

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

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

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

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

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

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

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